| blib/lib/Test/PDF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 10 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 3 | 0 | 2 | blessed $got and $got->isa('CAM::PDF') |
| 27 | 3 | 0 | 2 | blessed $expected and $expected->isa('CAM::PDF') |
| line | l | !l | condition |
|---|---|---|---|
| 24 | 3 | 0 | 'CAM::PDF'->new($got) || die("Could not create CAM::PDF instance with : $got") |
| 28 | 3 | 0 | 'CAM::PDF'->new($expected) || die("Could not create CAM::PDF instance with : $expected") |