Condition Coverage

blib/lib/Log/Funlog.pm
Criterion Covered Total %
condition 17 36 47.2


and 3 conditions

line !l l&&!r l&&r condition
326 9 1 3 defined $args{'daemon'} and $args{'daemon'}
347 0 0 10 $verbose =~ /\d+/ && $levelmax =~ /\d+/
378 7 0 3 exists $args{'colors'} and $args{'colors'}
450 1 0 0 not defined $args{'caller'} and $Log::Funlog::metaheader =~ /\%s.*s/
500 1 0 23 $Log::Funlog::metaheader and not $hadnocr
569 24 0 0 $args{'fun'} and rand 100 < $args{'fun'}
24 0 0 $args{'fun'} and rand 100 < $args{'fun'} and $count > 10

or 3 conditions

line l !l&&r !l&&!r condition
319 0 13 0 ref $this || $this
330 9 0 2 $args{'verbose'} =~ m[^\d+/\d+$] or $args{'verbose'} =~ m[^[mM][aA][xX]/\d+$]
364 0 0 0 $args{'fun'} > 100 or $args{'fun'} <= 0
485 1 0 24 $level > $args{'verbose'} or $level == 0
504 0 0 23 $args{'caller'} =~ /^last$/ or $args{'caller'} =~ /^1$/