| blib/lib/Config/Singleton.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 26 | 26 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 174 | 1 | 29 | if exists $sub{$attr} |
| 179 | 3 | 13 | if (ref $value || '') eq 'ARRAY' |
| 233 | 3 | 4 | if $set_default and $set_default ne $filename |
| 252 | 20 | 17 | if ref $self |
| 268 | 1 | 15 | if ref $class |
| 271 | 6 | 9 | unless defined $filename and length $filename |
| 273 | 2 | 7 | if ($filename =~ /^-/) { } |
| 274 | 1 | 1 | if ($filename eq '-load') |
| 306 | 4 | 14 | if ('File::Spec'->file_name_is_absolute($filename)) |
| 307 | 1 | 3 | unless -e $filename |
| 311 | 13 | 1 | unless defined $path |
| 315 | 13 | 23 | if -e $this_file |
| 346 | 9 | 23 | defined $$override{$_} ? : |