| blib/lib/Hubot/Scripts/eval.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 16 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 0 | 0 | 0 | $body and $$hdr{'Status'} =~ /^2/ |
| 63 | 0 | 0 | 0 | $body and $$hdr{'Status'} =~ /^2/ |
| line | l | !l | condition |
|---|---|---|---|
| 25 | 0 | 0 | $robot->brain->{'data'}{'eval'}{$msg->message->user->{'name'}}{'code'} ||= [] |
| 80 | 0 | 0 | $robot->brain->{'data'}{'eval'}{$msg->message->user->{'name'}}{'code'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 34 | 0 | 0 | 0 | $$data{'stdout'} || $$data{'stderr'} |
| 65 | 0 | 0 | 0 | $$data{'stdout'} || $$data{'stderr'} |