blib/lib/Test/PDF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
23 | 3 | 2 | unless (blessed $got and $got->isa('CAM::PDF')) |
27 | 3 | 2 | unless (blessed $expected and $expected->isa('CAM::PDF')) |
36 | 0 | 5 | unless ($got->numPages == $expected->numPages) |
45 | 3 | 2 | if (Test::Deep::eq_deeply($$tree1{'blocks'}, $$tree2{'blocks'})) { } |