Condition Coverage

blib/lib/Devel/PartialDump.pm
Criterion Covered Total %
condition 25 32 78.1


and 3 conditions

line !l l&&!r l&&r condition
69 2 0 1 &blessed($args[0]) and $args[0]->isa('Devel::PartialDump')
76 3 0 0 !ref($_) && defined $_
99 1 0 0 &blessed($args[0]) and $args[0]->isa('Devel::PartialDump')
138 1 0 37 &blessed($args[0]) and $args[0]->isa('Devel::PartialDump')
148 35 1 2 defined $self->max_length and length $dump > $self->max_length
179 1 8 2 defined $self->max_elements and @what / 2 > $self->max_elements
204 5 33 2 defined $self->max_elements and @what > $self->max_elements

or 2 conditions

line l !l condition
118 3 0 $, || $" || ' '
253 1 7 &blessed($array) || ''
262 1 4 &blessed($hash) || ''
271 1 4 &blessed($scalar) || ''

or 3 conditions

line l !l&&r !l&&!r condition
238 1 1 16 $reftype eq 'REF' or $reftype eq 'LVALUE'