| blib/lib/Getopt/Kingpin/Flags.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 1 | 392 | if (exists $self->_flags->{$name}) |
| 39 | 25 | 27 | if ($name ne "help") |
| 48 | 27 | 6 | if ($name eq 'help') { } |
| 62 | 102 | 319 | unless (exists $self->_flags->{$name}) |
| 96 | 186 | 279 | if ($len->[$i] < length $str->[$i]) |
| 116 | 25 | 88 | if ($len->[0] > 0) { } |
| 117 | 14 | 11 | if (defined $f->short_name) { } |