Condition Coverage

blib/lib/Log/Any/Adapter/Filtered.pm
Criterion Covered Total %
condition 11 22 50.0


and 2 conditions

line l !l condition
90 4 6 defined $$_{$category} and return $$_{$category}
93 2 7 defined $$_{''} and return $$_{''}

and 3 conditions

line !l l&&!r l&&r condition
55 0 0 2 $val =~ /^([A-Za-z]+)([-+][0-9]+)$/ && defined($n = $class->_log_level_value(lc $1))
88 0 5 8 defined $category and length $category

or 3 conditions

line l !l&&r !l&&!r condition
43 0 10 0 $level_map{$_} ||= $level_map{$aliases{$_}}
55 2 1 11 !defined($val) || $val eq 'none'
108 0 0 0 $_[0]{'dumper'} ||= $_[0]->default_dumper
135 0 0 0 $$self{'dumper'} ||= $self->default_dumper