| line | % | coverage | condition |
| 412 | 100 | | $_[1] || {} |
| 415 | 100 | | not defined $class or $class eq "" |
| 429 | 100 | | ref $value eq "CODE" or &blessed($value) |
| 434 | 100 | | exists $params->{'logger'} and ref $params->{'logger'} eq "ARRAY" |
| 454 | 100 | | $config_dirs or -r $config_file |
| 468 | 100 | | $ancestor_config_file and $ancestor_config_file eq $config_file |
| 473 | 50 | | $ancestor_config_file and -r $ancestor_config_file and not $tracked_files{$ancestor_config_file} |
| 489 | 50 | | $config_file and not $tracked_files{$config_file} and -r $config_file |
| 526 | 50 | | $class_order{$Object::Configure::b->{'class'}} // 999 |
| 50 | | $class_order{$Object::Configure::a->{'class'}} // 999 |
| 598 | 33 | | $params->{'config_path'} and -f $params->{'config_path'} |
| 608 | 100 | | &blessed($logger) && $logger->isa('Log::Abstraction') |
| 100 | | not ref $logger and $logger eq "NULL" |
| 640 | 67 | | exists $params->{'logger'} and ref $params->{'logger'} |
| 641 | 33 | | $array and not $params->{'logger'}{'array'} |
| 645 | 33 | | $array and not $params->{'logger'}{'array'} |
| 678 | 100 | | $base_ext //= "" |
| 691 | 67 | | -r $pattern and -f $pattern |
| 697 | 67 | | $config_dirs and ref $config_dirs eq "ARRAY" |
| 709 | 67 | | -r $pattern and -f $pattern |
| 753 | 100 | | not @isa and $class ne "UNIVERSAL" |
| 772 | 100 | | ref $overlay->{$key} eq "HASH" and ref $result->{$key} eq "HASH" |
| 1038 | 50 | | $params{'interval'} || 10 |
| 1137 | 33 | | $pid =~ /\A[0-9]+\z/ and $pid > 0 |
| 1144 | 67 | | $kid == 0 and &Object::Configure::time() < $deadline |
| 1146 | 67 | | $kid == 0 and &Object::Configure::time() < $deadline |
| 1301 | 67 | | not $stored_stat or $current_stat->mtime > $stored_stat->mtime |
| 1337 | 50 | | $obj->{'_config_files'} and ref $obj->{'_config_files'} eq "ARRAY" and @{$obj->{'_config_files'};} |
| 1341 | 33 | | $obj->{'_config_file'} || $obj->{'config_file'} |
| 1344 | 100 | | $config_file and -f $config_file |
| 1365 | 100 | | $key =~ /^logger/ and $new_params->{$key} ne "NULL" |
| 1379 | 100 | | $obj->{'logger'} and $obj->{'logger'}->can("info") |
| 1394 | 50 | | $obj->{'carp_on_warn'} || 0 |
| 1533 | 100 | | defined $class and defined $obj |
| 1544 | 100 | | $SIG{'USR1'} || 'DEFAULT' |
| 1556 | 0 | | $_original_usr1_handler ne "DEFAULT" and $_original_usr1_handler ne "IGNORE" |