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