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
74 17 0 0 defined $ENV{'OBJECT_REMOTE_LOG_FORWARDING'} and $ENV{'OBJECT_REMOTE_LOG_FORWARDING'} ne ''
95 17 0 0 defined $level and $level ne ''

or 3 conditions

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