| blib/lib/Config/Entities.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 21 | 66.6 |
| 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 |
| 182 | 12 | 41 | 0 | $parent and $child->{'Config::Entities::inherit'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 12 | 2 | 0 | $ref eq 'HASH' or $value->isa('Config::Entities') |
| 181 | 41 | 12 | 69 | $ref eq 'HASH' or $ref eq 'Config::Entities' |
| 225 | 1 | 0 | 0 | $spec->{'as'} || $spec->{'name'} |