blib/lib/PDF/API2/Basic/PDF/Objind.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
122 | 710 | 2 | 4926 | &blessed($item) and $item->can("release") |
20 | 0 | 0 | defined &reftype($ref) and &reftype($ref) eq "HASH" | |
298 | 880 | 0 | 147 | &blessed($self->{$k}) and $self->{$k}->can("is_obj") |
880 | 0 | 147 | &blessed($self->{$k}) and $self->{$k}->can("is_obj") and not $self->{$k}->is_obj($pdf) |
line | l | !l | condition |
---|---|---|---|
120 | 5638 | 11347 | ref $item || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
76 | 0 | 1751 | 0 | ref $class || $class |