| blib/lib/Config/Entities.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 21 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 4 | 7 | 0 | ref $entity[0] eq 'HASH' and exists $entity[0]{$key} |
| 5 | 0 | 1 | $hashref->{$key} and $hashref->{$key} eq 'Config::Entities::entity' | |
| 135 | 20 | 0 | 32 | $_ =~ /^(.*)\.pmc?$/ and -f $File::Find::name |
| 177 | 10 | 106 | 0 | $child and ref $child eq 'HASH' || ref $child eq 'Config::Entities' |
| 178 | 11 | 36 | 0 | $parent and $child->{'Config::Entities::inherit'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 3 | 1 | 0 | $ref eq 'HASH' or $value->isa('Config::Entities') |
| 177 | 36 | 11 | 59 | ref $child eq 'HASH' || ref $child eq 'Config::Entities' |