| blib/lib/Repl/Spec/Args/VarArg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 14 | 42.8 |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 1 | 0 | shift() || die('TypeSpec expected.') |
| 34 | 6 | 0 | shift() || die('Argument list expected.') |
| 35 | 6 | 0 | shift() || die('Position expected.') |
| 36 | 6 | 0 | shift() || die('Context expected') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 12 | 0 | 1 | 0 | ref $invocant || $invocant |
| 38 | 0 | 0 | 6 | $pos < 0 or $pos >= scalar @$args |