Home | History | Annotate | Download | only in bin

Lines Matching defs:Lines

36 #                actually hit some source lines are kept
100 # difference in lines between the position a user selected from the overview
106 # line in the window. This number specifies that offset in lines.
110 # few lines before the first line of code of that function. This number
111 # specifies that offset in lines.
271 our $highlight; # If set, highlight lines covered by converted data only
562 --highlight Highlight lines with converted-only data
628 info(" lines......: %s\n",
629 get_overall_line($ln_found, $ln_hit, "line", "lines"))
995 # Return hash of line numbers of those lines which were only covered in
1026 # Add lines with a positive count to hash
1196 # "found" -> $lines_found (number of instrumented lines found in file)
1197 # "hit" -> $lines_hit (number of executed lines in file)
1247 my $hitcount; # Count for lines hit
1544 # ref, testfncdata hash ref, sumfnccount hash ref, lines found, lines hit,
1623 my $found = 0; # Total number of lines found
1624 my $hit = 0; # Number of lines with a count > 0
1641 # Add lines unique to data2
1644 # Skip lines already in data1
2270 # Match lines beginning with TN:<whitespace(s)>
2281 # Match lines beginning with TD:<whitespace(s)>
2899 /* File view (detail): test lines count entry */
2973 /* Source code view: format for lines which were executed */
2989 /* Source code view: format for lines which were not executed */
3013 /* Source code view: format for lines which were executed only in a
3117 # Remove leading tab from all lines
3142 # Check number of instrumented lines
3179 # Remove leading tabs from all lines
3222 # Remove leading tab from all lines
3726 # Return a list of HTML lines which represent the specified branch coverage
3738 my @lines; # [line1, line2, ...]
3741 # Distribute blocks to lines
3754 push(@lines, $line);
3759 # Split the block into several lines
3770 push(@lines, $line);
3778 push(@lines, $line);
3781 foreach $line (@lines) {
3902 # lines if necessary
3923 # Add lines for overlong branch information
4057 # write_overview(filehandle, basedir, basename, pagetitle, lines)
4271 Lines:
4307 push(@row_right, [[undef, "headerItem", "Lines:"],
4883 # a hash containing mapping filename -> "lines found, lines hit" for each