Common

This module provides type definitions, and functions used by the various parts of Bisect.

Version

Current Bisect version.

Runtime

This module provides runtime support for Bisect.

ReportText

This module defines the output to bare text.

ReportCSV

This module defines the output to CSV.

CombineAST

This module defines the bbstract syntax tree for 'combine' expressions.

CombineLexer
ReportHTML

This module defines the output to HTML.

ReportXML

This module defines the output to XML.

Combine

This module defines the elements needed to evaluate a 'combine' expression.

ReportGeneric

This module defines a generic output mode parametrized by an object.

ReportUtils

This module defines utility functions for the report program.

ReportXMLEmma

This module defines the output to XML (EMMA-compatible).

ReportStat

This module defines the types and functions related to statistics.

ReportArgs

This module defines the values related to command-line analysis.

ReportDump

This module defines the output to dump.

CombineParser