Branch Coverage

blib/lib/Getopt/Kingpin/Command.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
14 6 26 if ($self->name eq 'help') { }
17 17 9 if ($self->flags->count > 1)
21 1 25 if ($self->commands->count > 0) { }
39 16 1 if ($self->description ne '')
46 10 7 if ($self->args->count > 0)
50 1 16 if ($self->commands->count > 1)
53 1 1 if $sub->name eq 'help'