Condition Coverage

blib/lib/Log/Any/Manager.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
111 0 1 43 defined $adapter_name and $adapter_name =~ /\S/

or 2 conditions

line l !l condition
65 1 54 $ENV{'LOG_ANY_DEFAULT_ADAPTER'} || 'Null'
66 4 51 $self->{'default_adapter'}{$category} || [$self->_get_adapter_class($default_adapter_name), []]

or 3 conditions

line l !l&&r !l&&!r condition
29 25 1 11 @{$self->{'entries'};} || keys %{$$self{'default_adapter'};} || $ENV{'LOG_ANY_DEFAULT_ADAPTER'}