Condition Coverage

blib/lib/Net/PMP/CollectionDoc/Items.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
34 0 0 0 defined $$items[$$i] and ref $$items[$$i] eq 'HASH'
39 0 0 0 $count >= $$i and !defined($$items[$$i]) || ref $$items[$$i] ne 'HASH'

or 2 conditions

line l !l condition
22 0 0 $self->{'_idx'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 !defined($$items[$$i]) || ref $$items[$$i] ne 'HASH'