| blib/lib/Bot/BasicBot/CommandBot.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 13 | 15.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 0 | 0 | 0 | $$self{'address'} and not $$data{'address'} |
| 85 | 0 | 0 | 0 | $$self{'trigger'} and not $$data{'body'} =~ s/^\Q$$self{'trigger'}\E//u |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 0 | 2 | $options{'events'} //= ['said'] |
| 60 | 0 | 1 | delete $opts{'bark'} // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 0 | 0 | $say // $autosay |