blib/lib/Bot/BasicBot/Pluggable/Module/Loader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 0 | if @list == 1 |
24 | 0 | 0 | if @list > 1 |
25 | 0 | 0 | unless @list |
34 | 0 | 0 | unless defined $body |
35 | 0 | 0 | unless $body =~ /^!/ |
37 | 0 | 0 | unless $self->authed($mess->{'who'}) |
42 | 0 | 0 | if ($command eq '!list') { } |
0 | 0 | elsif ($command eq '!load') { } | |
0 | 0 | elsif ($command eq '!reload') { } | |
0 | 0 | elsif ($command eq '!unload') { } |