Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { ID string // contains filtered or unexported fields }
Block represents the information about a basic block to be recorded in the analysis. Note: Our definition of basic block is based on control structures; we don't break apart && and ||. We could but it doesn't seem important enough to bother.
type File ¶
type File struct {
// contains filtered or unexported fields
}
File is a wrapper for the state of a file used in the parser. The basic parse tree walker is a method of this type.
func Annotate ¶
Annotate annotates the source code with Dara instrumentation for source code coverage
func (*File) GetBlockIDs ¶
func (*File) WriteAnnotatedFile ¶
WriteAnnotatedFile writes the annotated source code to the specified outfile
func (*File) WriteBlocksFile ¶
WriteBlocksFile writes the list of blockIDs to the specified outfile
Click to show internal directories.
Click to hide internal directories.