Crate istanbul_oxide

Crate istanbul_oxide 

Source

Re-exports§

pub use types::*;

Modules§

types

Structs§

CoverageMap
a map of FileCoverage objects keyed by file paths
FileCoverage
provides a read-only view of coverage for a single file. It has the following properties: path - the file path for which coverage is being tracked statementMap - map of statement locations keyed by statement index fnMap - map of function metadata keyed by function index branchMap - map of branch metadata keyed by branch index s - hit counts for statements f - hit count for functions b - hit count for branches
Location
Range
SourceMap