Condition Coverage

blib/lib/Log/Log4perl.pm
Criterion Covered Total %
condition 8 21 38.1


and 3 conditions

line !l l&&!r l&&r condition
414 12 358 3 defined $category and exists $WRAPPERS_REGISTERED{$category}
498 0 0 1 defined $name and exists $Log::Log4perl::Logger::APPENDER_BY_NAME{$name}

or 3 conditions

line l !l&&r !l&&!r condition
136 35 0 0 $Log::Log4perl::Logger::INITIALIZED or $Log::Log4perl::Logger::NON_INIT_WARNED
155 7 0 0 $Log::Log4perl::Logger::INITIALIZED or $Log::Log4perl::Logger::NON_INIT_WARNED
165 0 0 0 $Log::Log4perl::Logger::INITIALIZED or $Log::Log4perl::Logger::NON_INIT_WARNED
173 6 0 0 $Log::Log4perl::Logger::INITIALIZED or $Log::Log4perl::Logger::NON_INIT_WARNED
277 0 0 9 ref $class or $class =~ /^\d+$/