Branch Coverage

File:Dpkg/Changelog/Debian.pm
Coverage:68.0%

line%coveragebranch
13750TFif exists $self->{'reportfile'}
153100TFif (match_header($_)) { }
50TFelsif (/^(?:;;\s*)?Local variables:/io) { }
100TFelsif (/^vim:/io) { }
50TFelsif (/^\$\w+:.*\$/o) { }
50TFelsif (/^\# /o) { }
50TFelsif (m[^/\*.*\*/]o) { }
100TFelsif (/$ancient_delimiter_re/xi) { }
100TFelsif (/^\S/) { }
100TFelsif (match_trailer($_)) { }
100TFelsif (/^ \-\-/) { }
100TFelsif (/^\s{2,}(?:\S)/) { }
50TFelsif (not /\S/) { }
154100TFunless ($expect eq "first heading" or $expect eq "next heading or end of file")
159100TFunless ($entry->is_empty)
16250TFif $self->abort_early
19250TFunless ($expect eq "more change data or trailer")
20650TFunless ($expect eq "start of change data" or $expect eq "more change data or trailer")
2090TFif ($expect eq "next heading or end of file" and not $entry->is_empty)
221100TFif ($expect eq 'start of change data') { }
100TFelsif ($expect eq 'next heading or end of file') { }
50TFelsif ($expect ne 'more change data or trailer') { }
2340TFunless ($expect eq "start of change data" or $expect eq "more change data or trailer")
24350TFunless ($expect eq "next heading or end of file")
24850TFunless ($entry->is_empty)