blib/lib/POE/Component/ControlPort/DefaultCommands.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 20 | 35.0 |
line | true | false | branch |
---|---|---|---|
61 | 1 | 3 | if (scalar @args > 1) |
68 | 3 | 0 | if (defined $help) { } |
69 | 1 | 2 | if (defined $POE::Component::ControlPort::Command::TOPICS{$help}) { } |
1 | 1 | elsif (defined $POE::Component::ControlPort::Command::REGISTERED_COMMANDS{$help}) { } | |
101 | 0 | 0 | unless ($@) |
102 | 0 | 0 | if ($POE::Component::DebugShell::VERSION >= '1.017') |
108 | 0 | 0 | if $cmd_name eq 'status' |
109 | 0 | 0 | if $cmd_name eq 'help' |
110 | 0 | 0 | if $cmd_name eq 'exit' |
111 | 0 | 0 | if $cmd_name eq 'reload' |