blib/lib/Data/Phrasebook/Loader/YAML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 2 | 6 | 4 | exists $$class{'yaml'}{$_} and exists $$class{'yaml'}{$_}{$key} |
120 | 1 | 7 | 5 | ref $$class{'default'} eq 'HASH' and exists $$class{'default'}{$key} |
180 | 2 | 0 | 21 | exists $$class{'yaml'}{$d} and ref $$class{'yaml'}{$d} eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
86 | 2 | 4 | 2 | $$class{'defaultname'} || ($class->dicts)[0] |