Condition Coverage

blib/lib/EntityModel/Log.pm
Criterion Covered Total %
condition 10 39 25.6


and 3 conditions

line !l l&&!r l&&r condition
158 0 0 0 $idx < 99 and my(@stack) = caller $idx
420 0 8 3 $_[0] and ref $_[0] eq 'CODE'

or 2 conditions

line l !l condition
151 0 0 shift() || 0
152 0 0 shift() || 0
163 0 0 $_ // ''
178 0 0 $$info{'line'} // 0
187 0 0 <$fh> // (last)
439 16 0 $entry //= 'undef'
444 8 0 shift @data // ''
467 0 0 $_ // ''
528 2 0 ((($sub ? $$self{'mask'}{$sub}{'level'} : undef) // $$self{'mask'}{$pkg}{'level'}) // $$self{'min_level'}) // 1

or 3 conditions

line l !l&&r !l&&!r condition
71 3 1 0 $instance ||= $class->new
355 0 0 0 $self->handle == \*STDERR or $self->handle == \*STDOUT
430 1 0 0 $ref eq 'ARRAY' or $ref eq 'HASH'
528 0 0 2 ($sub ? $$self{'mask'}{$sub}{'level'} : undef) // $$self{'mask'}{$pkg}{'level'}
0 0 2 (($sub ? $$self{'mask'}{$sub}{'level'} : undef) // $$self{'mask'}{$pkg}{'level'}) // $$self{'min_level'}