Condition Coverage

blib/lib/Test/Mocha/PartialDump.pm
Criterion Covered Total %
condition 18 18 100.0


and 3 conditions

line !l l&&!r l&&r condition
51 313 1 2 defined $$self{'max_length'} and length $dump > $$self{'max_length'}
82 1 168 2 defined $$self{'max_elements'} and @what / 2 > $$self{'max_elements'}
117 5 183 2 defined $$self{'max_elements'} and @what > $$self{'max_elements'}

or 2 conditions

line l !l condition
182 1 4 blessed $array || ''
192 1 39 blessed $hash || ''
206 1 4 blessed $scalar || ''

or 3 conditions

line l !l&&r !l&&!r condition
164 1 1 48 $reftype eq 'REF' or $reftype eq 'LVALUE'