| blib/lib/AnySan/Provider/Slack.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 23 | 0.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 74 | 0 | 0 | $self->{'config'}{'subtypes'} || [] | 
| 80 | 0 | 0 | $message->{'user'} || '' | 
| 99 | 0 | 0 | $message->{'text'} || '' | 
| 0 | 0 | $metadata->{'self'}{'name'} || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | $$users{$user->{'id'}} ||= $user | 
| 59 | 0 | 0 | 0 | $$users{$user->{'name'}} ||= $user | 
| 65 | 0 | 0 | 0 | $$bots{$bot->{'id'}} ||= $bot | 
| 66 | 0 | 0 | 0 | $$bots{$bot->{'name'}} ||= $bot | 
| 161 | 0 | 0 | 0 | $self->{'json_driver'} ||= "JSON"->new->utf8 |