| blib/lib/PDF/Cropmarks.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 24 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 471 | 546 | 12 | 28 | $float < 0.001 and $float > -0.001 |
| 525 | 12 | 22 | 22 | $self->twoside and not $page_number % 2 |
| 536 | 12 | 8 | 8 | $self->twoside and not $page_number % 2 |
| 547 | 37 | 12 | 92 | $self->signature and $self->twoside |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 224 | 130 | 14 | 0 | $page % $signature || $signature |
| 508 | 113 | 28 | 0 | $self->bottom || $self->top |
| 520 | 85 | 56 | 0 | $self->inner || $self->outer |
| 690 | 24 | 117 | 0 | $self->title || $self->basename |