| blib/lib/PDF/Cropmarks.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 27 | 81.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 470 | 540 | 12 | 28 | $float < 0.001 and $float > -0.001 |
| 524 | 12 | 22 | 22 | $self->twoside and not $page_number % 2 |
| 535 | 12 | 8 | 8 | $self->twoside and not $page_number % 2 |
| 546 | 36 | 12 | 92 | $self->signature and $self->twoside |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 224 | 130 | 14 | 0 | $page % $signature || $signature |
| 394 | 2 | 15 | 0 | $self->title || $self->basename |
| 507 | 112 | 28 | 0 | $self->bottom || $self->top |
| 519 | 84 | 56 | 0 | $self->inner || $self->outer |
| 689 | 24 | 116 | 0 | $self->title || $self->basename |