Home | History | Annotate | Download | only in code_coverage

Lines Matching full:coverage

6 """Crocodile - compute coverage numbers for Chrome coverage dashboard."""
18 """Coverage error."""
22 """Error evaluating coverage stat."""
28 """Coverage statistics."""
39 """Adds a contribution from another coverage stats dict.
79 # No coverage data for file yet
84 """Updates the coverage summary based on covered lines."""
165 class Coverage(object):
166 """Code coverage for a group of files."""
325 """Adds coverage from LCOV-formatted data.
359 """Adds coverage data from a .lcov file.
374 """Gets a statistic from the coverage object.
414 """Prints a statistic from the coverage object.
431 """Adds files to coverage information.
434 of running coverage. This function finds missing files and adds them.
573 Also calculates coverage summary for files.
592 # Now add file's contribution to coverage by dir
607 print 'Lines of code coverage by directory:'
631 help='add ROOT directory, optionally map in coverage results as ALTNAME')
639 help='add files from PATH to coverage data')
642 help='print tree of code coverage by group')
664 cov = Coverage()
666 # Set root directories for coverage