blib/lib/Hubot/Scripts/op.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 0 | if ('Hubot::Adapter::Irc' eq ref $robot->adapter) |
33 | 0 | 0 | if (my($nick, $account) = $text =~ /^([^ ]+) is logged in as (.+)$/) |
37 | 0 | 0 | unless grep {$account eq $_;} @allow_accounts |
38 | 0 | 0 | if ($robot->mode eq '+o') |