| blib/lib/Hubot/Scripts/eval.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 32 | 0 | 0 | unless $body and $$hdr{'Status'} =~ /^2/ | 
| 58 | 0 | 0 | if (not $code =~ /^(?:on|off|finish|done|cancel)$/) | 
| 63 | 0 | 0 | unless $body and $$hdr{'Status'} =~ /^2/ | 
| 76 | 0 | 0 | if ($robot->brain->{'data'}{'eval'}{$msg->message->user->{'name'}}{'recording'}) | 
| 79 | 0 | 0 | if (ref $msg->message eq 'Hubot::TextMessage') | 
| 80 | 0 | 0 | if not $msg->message->text =~ /^eval:? on *$/ |