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