Condition Coverage

blib/lib/Rex/Logger.pm
Criterion Covered Total %
condition 10 33 30.3


and 3 conditions

line !l l&&!r l&&r condition
142 18 0 0 defined $main::QUIET and $main::QUIET == 2
0 0 0 defined $type and $type ne "info"
18 0 0 defined $main::QUIET and $main::QUIET == 2 and (defined $type and $type ne "info")
152 0 69 0 defined $main::QUIET and $main::QUIET == 2
0 0 0 defined $type and $type ne "info"
69 0 0 defined $main::QUIET and $main::QUIET == 2 and (defined $type and $type ne "info")
246 0 0 89 Rex::get_current_connection() && Rex::get_current_connection()->{'conn'}->server
265 41 0 0 exists $ENV{'REX_DEBUG_INSECURE'} and $ENV{'REX_DEBUG_INSECURE'} eq 1

or 3 conditions

line l !l&&r !l&&!r condition
91 23 0 50 "Rex::Config"->get_log_filename or not "Rex::Config"->get_log_facility
142 0 18 0 defined $main::QUIET and $main::QUIET == 2 and (defined $type and $type ne "info") or not defined $main::QUIET
152 0 0 69 defined $main::QUIET and $main::QUIET == 2 and (defined $type and $type ne "info") or not defined $main::QUIET