Condition Coverage

blib/lib/Log/Any/Adapter/TAP.pm
Criterion Covered Total %
condition 14 26 53.8


and 2 conditions

line l !l condition
261 69 11 $_ > $max_level and $max_level = $_

and 3 conditions

line !l l&&!r l&&r condition
55 1 0 3 $val =~ /^([A-Za-z]+)([-+][0-9]+)$/ && defined $level_map{lc $1}
95 5 0 0 defined $ENV{'TAP_LOG_SHOW_USAGE'} and not $ENV{'TAP_LOG_SHOW_USAGE'}
136 14 1 0 $custom_dumper and $_show_dumper_warning

or 3 conditions

line l !l&&r !l&&!r condition
45 0 25 0 $level_map{$_} ||= $level_map{$aliases{$_}}
55 0 1 18 !defined($val) || $val eq 'none'
102 0 0 0 $_[0]{'dumper'} ||= $_[0]->default_dumper
112 1 14 0 $self->{'dumper'} ||= $self->default_dumper
167 19 18 0 $_tap_method{$level_name} ||= $self->_log_level_value($level_name) >= $self->_log_level_value('warning') ? 'diag' : 'note'