| blib/lib/Hubot/Scripts/blacklist.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 11 | 0 | 0 | unless $ENV{'HUBOT_BLACKLIST_MANAGER'} | 
| 18 | 0 | 0 | unless checkPermission($robot, $msg) | 
| 23 | 0 | 0 | if qr/$pattern/ | 
| 39 | 0 | 0 | if (@list) { } | 
| 58 | 0 | 0 | unless checkPermission($robot, $msg) | 
| 62 | 0 | 0 | if ($index > @list - 1) { } | 
| 98 | 0 | 0 | if ('Hubot::Adapter::Irc' eq ref $robot->adapter) | 
| 104 | 0 | 0 | if ($whois =~ /$regex/) | 
| 119 | 0 | 0 | unless (@manager) | 
| 127 | 0 | 0 | unless (grep {/$name/;} @manager) |