blib/lib/POE/Component/IRC/Plugin/BasePoCoWrap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
137 | 0 | 0 | 0 | $$self{'addressed'} and $type eq 'public' |
148 | 0 | 0 | 0 | exists $$self{'triggers'}{$type} and $what =~ s/$$self{'triggers'}{$type}// |
0 | 0 | 0 | exists $$self{'trigger'} and $what =~ s/$$self{'trigger'}// |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
148 | 0 | 0 | 0 | exists $$self{'triggers'}{$type} and $what =~ s/$$self{'triggers'}{$type}// or exists $$self{'trigger'} and $what =~ s/$$self{'trigger'}// |