blib/lib/Config/YAML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 11 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 7 | 0 | 2 | @_ and $_[0] eq 'output' |
104 | 8 | 1 | 0 | @_ and $_[0] eq 'strict' |
line | l | !l | condition |
---|---|---|---|
106 | 0 | 9 | $priv{'strict'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 2 | 7 | 0 | $priv{'output'} || $priv{'config'} |