blib/lib/PDF/Builder/Basic/PDF/Objind.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
128 | 740 | 2 | 12159 | &blessed($item) and $item->can('release') |
19 | 0 | 0 | defined &reftype($ref) and &reftype($ref) eq 'HASH' | |
325 | 2614 | 0 | 155 | &blessed($self->{$k}) and $self->{$k}->can('is_obj') |
2614 | 0 | 155 | &blessed($self->{$k}) and $self->{$k}->can('is_obj') and not $self->{$k}->is_obj($pdf) |
line | l | !l | condition |
---|---|---|---|
126 | 12901 | 34734 | ref $item || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
86 | 0 | 1650 | 0 | ref $class || $class |