Condition Coverage

blib/lib/HTML/Pager.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
324 0 0 0 exists $$self{'persist_vars'} and ref $$self{'persist_vars'} ne 'ARRAY'
340 0 0 0 ref $$self{'get_data_callback'} and ref $$self{'get_data_callback'} ne 'CODE' || ref $$self{'get_data_callback'} ne 'ARRAY'
413 0 0 0 defined $$self{'data'}[0] and ref $$self{'data'}[0] eq 'ARRAY'
671 0 0 0 @_ == 1 and ref $_[0] eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
340 0 0 0 ref $$self{'get_data_callback'} ne 'CODE' || ref $$self{'get_data_callback'} ne 'ARRAY'