| blib/lib/Net/Gnats/PR.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 19 | 84.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 283 | 1 | 1 | 1 | defined $self->get_field('Number') and not defined $force |
| 483 | 167 | 29 | 0 | not defined $name and $content eq '' |
| 485 | 29 | 152 | 15 | defined $name and _is_first_line($name . ':') |
| 489 | 29 | 77 | 90 | defined $name and _is_header_line($name . ':') |
| line | l | !l | condition |
|---|---|---|---|
| 555 | 0 | 7 | my $purpose ||= 'gnatsd' |
| 556 | 7 | 0 | $user ||= 'bugs' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 480 | 17 | 7 | 196 | $line eq '' or $line eq '.' |