Struct coveralls_api::BranchData [] [src]

pub struct BranchData {
    pub line_number: usize,
    pub block_name: usize,
    pub branch_number: usize,
    pub hits: usize,
}

Representation of branch data

Fields