blib/lib/Getopt/Abridged.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 21 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 12 | 8 | @spec and length $spec[0] == 1 |
243 | 1 | 1 | 3 | defined $$item{'default'} and not $canon =~ /^no_/ |
line | l | !l | condition |
---|---|---|---|
55 | 1 | 0 | ref $list || '' |
188 | 1 | 0 | $PODHANDLE || \*STDOUT |
205 | 0 | 4 | $shortmap{$$short{$s}} ||= [] |
212 | 0 | 1 | $aliasmap{$$aliases{$n}} ||= [] |
219 | 4 | 1 | $shortmap{$canon} || [] |
220 | 1 | 4 | $aliasmap{$canon} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 2 | 8 | 0 | $setup{'type'} ||= $type_map{$type} |