blib/lib/Parse/KeyValue/Shellish/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 21 | 90.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 144 | 1 | 6 | $ch eq '(' and not $$self{'escaped'} |
62 | 142 | 1 | 2 | $ch eq ')' and not $$self{'escaped'} |
80 | 1 | 0 | 6 | $$self{'key'} and $value |
98 | 47 | 1 | 11 | $ch eq $quote and not $$self{'escaped'} |
155 | 0 | 2 | 3 | $$self{'key'} and $value |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 7 | 4 | 151 | $ch eq q['] or $ch eq '"' |
147 | 2 | 1 | 10 | $ch eq q['] or $ch eq '"' |