blib/lib/Net/Gnats/PR.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 19 | 84.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
280 | 1 | 1 | 1 | defined $self->get_field('Number') and not defined $force |
480 | 144 | 29 | 0 | not defined $name and $content eq '' |
482 | 29 | 130 | 14 | defined $name and _is_first_line($name . ':') |
486 | 29 | 60 | 84 | defined $name and _is_header_line($name . ':') |
line | l | !l | condition |
---|---|---|---|
552 | 0 | 7 | my $purpose ||= 'gnatsd' |
553 | 7 | 0 | $user ||= 'bugs' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
477 | 15 | 7 | 173 | $line eq '' or $line eq '.' |