Condition Coverage

blib/lib/Dpkg/Changelog/Entry/Debian.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
153 0 0 250 defined $self->{'header'} and $self->{'header'} =~ /$regex_header/xi
201 0 0 248 defined $self->{'trailer'} and $self->{'trailer'} =~ /$regex_trailer/x
210 2 246 0 defined $5 and not exists $week_day{$6}
416 0 1478 5822 $changes and $changes =~ / closes:\s* (?:bug)?\#?\s?\d+ (?:,\s*(?:bug)?\#?\s?\d+)* /gipx