Condition Coverage

blib/lib/Object/Remote/Logging.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
86 17 0 0 defined $ENV{'OBJECT_REMOTE_LOG_FORWARDING'} and $ENV{'OBJECT_REMOTE_LOG_FORWARDING'} ne ""
107 17 0 0 defined $level and $level ne ""

or 3 conditions

line l !l&&r !l&&!r condition
37 261 17 0 our $Router_Instance ||= do { require Object::Remote::Logging::Router; "Object::Remote::Logging::Router"->new }