Condition Coverage

blib/lib/PDF/Make/Linearization.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
255 0 0 8 defined $data and length $data > 0
337 0 0 2 defined $offset and defined $length
342 0 0 2 defined $hint_data and length $hint_data >= $length
432 0 0 1 defined $page_data and length $page_data > 0

or 3 conditions

line l !l&&r !l&&!r condition
419 1 2 2 $page_num < 0 or $page_num >= $self->{'page_count'}
448 1 0 3 $page_num < 0 or $page_num >= $self->{'page_count'}