Condition Coverage

blib/lib/DarkPAN/Utils.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
221 0 0 0 $module_versions{$module} and $version gt $module_versions{$module}

or 2 conditions

line l !l condition
53 0 0 $options->{'log_level'} //= "info"
225 0 0 $module_index{$zip} //= []
239 0 0 $self->get_log_level // "info"

or 3 conditions

line l !l&&r !l&&!r condition
248 0 0 0 {"trace", $DarkPAN::Utils::TRACE, "debug", $DarkPAN::Utils::DEBUG, "info", $DarkPAN::Utils::INFO, "warn", $DarkPAN::Utils::WARN, "error", $DarkPAN::Utils::ERROR, "trace", $DarkPAN::Utils::TRACE}->{$level} // $DarkPAN::Utils::INFO
276 0 0 0 not $retval or $options{'help'}