blib/lib/Commandable/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 11 | 72.7 |
line | l | !l | condition |
---|---|---|---|
21 | 13 | 6 | $args{'arguments'} //= [] |
22 | 4 | 15 | $args{'options'} //= {} |
105 | 1 | 0 | $cinv->pull_token // die("Expected value for option --" . $spec->name . "\n") |
167 | 3 | 4 | $args{'mode'} //= "set" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
115 | 0 | 1 | 0 | $$opts{$spec->name} //= $spec->default |