| blib/lib/Petal/Utils/And.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 1 | 0 | 0 | $h1 && $h2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 1 | 0 | 0 | shift() || confess(q['and' expects 2 variables (got nothing)!]) |
| 22 | 1 | 0 | 0 | $args[0] || confess(q[1st arg to 'and' should be a variable (got nothing)!]) |
| 23 | 1 | 0 | 0 | $args[1] || confess(q[2nd arg to 'and' should be a variable (got nothing)!]) |