| blib/lib/Config/Entities.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 16 | 21 | 76.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 62 | 4 | 2 | 5 | 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 | 13 | 35 | 6 | $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 | 13 | 69 | $ref eq 'HASH' or $ref eq 'Config::Entities' | 
| 225 | 1 | 0 | 0 | $spec->{'as'} || $spec->{'name'} |