blib/lib/PDF/Builder/Basic/PDF/Objind.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
135 | 1051 | 2 | 13998 | &blessed($item) and $item->can("release") |
20 | 0 | 0 | defined &reftype($ref) and &reftype($ref) eq "HASH" | |
332 | 2932 | 0 | 208 | &blessed($self->{$k}) and $self->{$k}->can("is_obj") |
2932 | 0 | 208 | &blessed($self->{$k}) and $self->{$k}->can("is_obj") and not $self->{$k}->is_obj($pdf) |
line | l | !l | condition |
---|---|---|---|
133 | 15051 | 39486 | ref $item || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 0 | 2160 | 0 | ref $class || $class |