Branch Coverage

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


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