| blib/lib/Bot/BasicBot/Pluggable/Module/Karma.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 18 | 61.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 34 | 136 | 0 | 0 | $mess->{'address'} and $body eq '++' || $body eq '-' | 
| 47 | 12 | 2 | 2 | $1 eq $mess->{'who'} and $self->get('user_ignore_selfkarma') | 
| 64 | 4 | 1 | 107 | $command eq 'explain' and $param | 
| 66 | 1 | 7 | 0 | $param and $param eq 'chameleon' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 34 | 0 | 0 | 0 | $body eq '++' || $body eq '-' | 
| 70 | 7 | 1 | 0 | $param ||= $mess->{'who'} |