lib/Config/NameValue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 27 | 51.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 1 | 0 | 3 | $class and $class ne '' |
33 | 2 | 0 | 1 | $file and $file ne '' |
51 | 1 | 0 | 0 | exists $$self{'file'} and $$self{'file'} ne '' |
97 | 1 | 0 | 0 | exists $$self{'file'} and $$self{'file'} ne '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
31 | 0 | 3 | 0 | ref $class || $class |
48 | 1 | 0 | 3 | not $file or $file eq '' |
94 | 1 | 0 | 2 | not $file or $file eq '' |
146 | 1 | 0 | 5 | not exists $$self{'count'} or $$self{'count'} == 0 |
167 | 1 | 0 | 0 | not exists $$self{'count'} or $$self{'count'} == 0 |