blib/lib/Config/Source.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
216 | 8 | 2 | 0 | ref $$this{'_'}{$key} and $$this{'clone_get'} |
241 | 4 | 0 | 1 | ref $value and $$this{'clone_set'} |
line | l | !l | condition |
---|---|---|---|
127 | 0 | 6 | $p{'clone_get'} // 0 |
128 | 0 | 6 | $p{'clone_set'} // 1 |
168 | 2 | 8 | $p{'discard_additional_keys'} //= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
379 | 0 | 0 | 1 | $p{'include'} || $p{'exclude'} |