blib/lib/Hubot/Scripts/sayhttpd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 0 | if ($@) |
29 | 0 | 0 | unless ($helper->checkRoom($$json{'room'})) |
39 | 0 | 0 | unless ($helper->checkSecret($$json{'secret'})) |
50 | 0 | 0 | unless ($helper->checkMessage($$json{'message'})) |
83 | 0 | 0 | unless ($secret) |
86 | 0 | 0 | unless ($$class{'_secret'}) |
89 | 0 | 0 | if ($secret eq $$class{'_secret'}) |
97 | 0 | 0 | if ($room and $room =~ /../) |
105 | 0 | 0 | if ($message and $message =~ /../) |