blib/lib/App/Cmd/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
109 | 0 | 5 | if $class eq "App::Cmd::Simple" |
112 | 0 | 5 | if $class->_cmd_pkg |
116 | 0 | 5 | unless $our_execute and $our_execute != $core_execute |
157 | 5 | 1 | if (defined(my $command = $args->[0])) |
162 | 2 | 3 | if ($plugin and grep {$plugin eq $self->plugin_for($_);} "help", "version") |