Condition Coverage

blib/lib/CAM/PDF/PageText.pm
Criterion Covered Total %
condition 2 27 7.4


and 3 conditions

line !l l&&!r l&&r condition
156 795 0 0 $$args_ref[-1]{'type'} ne 'string' and $$args_ref[-1]{'type'} ne 'hexstring'
172 0 0 0 $$args_ref[-1]{'type'} ne 'string' and $$args_ref[-1]{'type'} ne 'hexstring'
198 0 0 0 $$args_ref[1]{'value'} < 0 and 2 * abs($$args_ref[1]{'value'}) > abs $$args_ref[0]{'value'}

or 3 conditions

line l !l&&r !l&&!r condition
125 0 0 0 @{$args_ref;} != 1 or $$args_ref[0]{'type'} ne 'array'
133 0 0 0 $$node{'type'} eq 'string' or $$node{'type'} eq 'hexstring'
156 0 0 795 @{$args_ref;} < 1 or $$args_ref[-1]{'type'} ne 'string' and $$args_ref[-1]{'type'} ne 'hexstring'
172 0 0 0 @{$args_ref;} < 1 or $$args_ref[-1]{'type'} ne 'string' and $$args_ref[-1]{'type'} ne 'hexstring'
188 0 0 0 @{$args_ref;} != 2 or $$args_ref[0]{'type'} ne 'number'
0 0 0 @{$args_ref;} != 2 or $$args_ref[0]{'type'} ne 'number' or $$args_ref[1]{'type'} ne 'number'