| line | % | coverage | condition |
| 426 | 100 | | $_[1] || {} |
| 429 | 100 | | not defined $class or $class eq "" |
| 443 | 100 | | ref $value eq "CODE" or &blessed($value) |
| 448 | 100 | | exists $params->{'logger'} and ref $params->{'logger'} eq "ARRAY" |
| 469 | 100 | | $config_dirs or -r $config_file |
| 481 | 100 | | $ancestor_config_file and $ancestor_config_file eq $config_file |
| 483 | 50 | | $ancestor_config_file and -r $ancestor_config_file and not $tracked_files{$ancestor_config_file} |
| 491 | 50 | | $config_file and not $tracked_files{$config_file} and -r $config_file |
| 517 | 50 | | $class_order{$Object::Configure::b->{'class'}} // 999 |
| 50 | | $class_order{$Object::Configure::a->{'class'}} // 999 |
| 580 | 33 | | $params->{'config_path'} and -f $params->{'config_path'} |
| 807 | 50 | | $params{'interval'} || 10 |
| 886 | 33 | | $pid =~ /\A[0-9]+\z/ and $pid > 0 |
| 893 | 67 | | $kid == 0 and &Object::Configure::time() < $deadline |
| 895 | 67 | | $kid == 0 and &Object::Configure::time() < $deadline |
| 1097 | 100 | | defined $class and defined $obj |
| 1109 | 67 | | $SIG{'USR1'} || $SIG_DEFAULT |
| 1117 | 33 | | $_original_usr1_handler eq $SIG_DEFAULT or $_original_usr1_handler eq $SIG_IGNORE |
| 1310 | 50 | | $carp_on_warn //= 0 |
| 1315 | 100 | | not ref $spec and $spec eq $LOGGER_NULL |
| 1318 | 100 | | &blessed($spec) and $spec->isa("Log::Abstraction") |
| 1367 | 100 | | $base_ext //= "" |
| 1379 | 67 | | -r $pattern and -f $pattern |
| 1382 | 67 | | $config_dirs and ref $config_dirs eq "ARRAY" |
| 1392 | 67 | | -r $pattern and -f $pattern |
| 1422 | 67 | | not $stored_stat or $current_stat->mtime > $stored_stat->mtime |
| 1432 | 67 | | $changes_detected and $^O ne $OS_WINDOWS |
| 1457 | 50 | | $obj->{'_config_files'} and ref $obj->{'_config_files'} eq "ARRAY" and @{$obj->{'_config_files'};} |
| 1460 | 33 | | $obj->{'_config_file'} || $obj->{'config_file'} |
| 1463 | 100 | | $config_file and -f $config_file |
| 1485 | 25 | | ref $val or defined $val and $val ne $LOGGER_NULL |
| 1498 | 100 | | $obj->{'logger'} and $obj->{'logger'}->can("info") |
| 1514 | 50 | | $obj->{'carp_on_warn'} || 0 |
| 1533 | 100 | | ref $overlay->{$key} eq "HASH" and ref $result->{$key} eq "HASH" |