| blib/lib/AnySan/Provider/Slack.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 73 | 0 | 0 | $self->{'config'}{'subtypes'} || [] |
| 79 | 0 | 0 | $message->{'user'} || '' |
| 98 | 0 | 0 | $message->{'text'} || '' |
| 0 | 0 | $metadata->{'self'}{'name'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 57 | 0 | 0 | 0 | $$users{$user->{'id'}} ||= $user |
| 58 | 0 | 0 | 0 | $$users{$user->{'name'}} ||= $user |
| 64 | 0 | 0 | 0 | $$bots{$bot->{'id'}} ||= $bot |
| 65 | 0 | 0 | 0 | $$bots{$bot->{'name'}} ||= $bot |
| 160 | 0 | 0 | 0 | $self->{'json_driver'} ||= 'JSON'->new->utf8 |