| blib/lib/App/Slackeria/Plugin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 0 | defined $conf{'enable'} and $conf{'enable'} == 0 |
| 45 | 0 | 0 | 0 | defined $conf{'href'} and not defined $$ret{'href'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 0 | defined $conf{'enable'} and $conf{'enable'} == 0 or $conf{'disable'} |
| 38 | 0 | 0 | 0 | $@ or not defined $ret |