blib/lib/Getopt/Kingpin/Flags.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 303 | if (exists $self->_flags->{$name}) |
39 | 20 | 24 | if ($name ne 'help') |
48 | 24 | 5 | if ($name eq 'help') { } |
62 | 74 | 261 | unless (exists $self->_flags->{$name}) |
95 | 171 | 258 | if ($len->[$i] < length $str->[$i]) |
115 | 25 | 76 | if ($len->[0] > 0) { } |
116 | 14 | 11 | if (defined $f->short_name) { } |