| blib/lib/SVN/Notify/HTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 24 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 393 | 31 | 0 | 8 | not $filters and $self->wrap_log |
| 443 | 2263 | 332 | 1278 | $self->with_diff and not $self->attach_diff |
| 446 | 5895 | 0 | 280 | $file =~ m[/$] and $type ne '_' |
| 494 | 653 | 80 | 324 | $self->with_diff and not $self->attach_diff |
| 535 | 6798 | 55 | 425 | /^(Modified|Added|Deleted|Copied|Property changes on): (.*)/ and not $seen{$2}++ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 387 | 272 | 78 | 0 | $2 || $1 |
| 392 | 31 | 8 | 1038 | $filters or $self->wrap_log |
| 533 | 6398 | 880 | 40 | not $max or ($length += length $_) < $max |