| blib/lib/Getopt/Mini.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 5 | 0 | 0 | $opts{'hungry_flags'} and defined $argv[0] |
| 5 | 0 | 0 | $opts{'hungry_flags'} and defined $argv[0] and not $argv[0] =~ /^-/ | |
| 82 | 0 | 7 | 0 | not $opts{'arrays'} and $last_done || !defined($last_opt) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 82 | 2 | 1 | 4 | $last_done || !defined($last_opt) |