| blib/lib/POE/Component/IRC/Plugin/BaseWrap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 27 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 49 | 0 | 0 | 0 | $_ ne 'public' and $_ ne 'notice' | 
| 0 | 0 | 0 | $_ ne 'public' and $_ ne 'notice' and $_ ne 'privmsg' | |
| 55 | 0 | 0 | 0 | not exists $args{'trigger'} and ref $args{'triggers'} ne 'HASH' | 
| 117 | 0 | 0 | 0 | $$self{'addressed'} and $type eq 'public' | 
| 128 | 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 | condition | 
|---|---|---|---|
| 40 | 0 | 0 | $args{'response_types'}{'public'} ||= 'public' | 
| 41 | 0 | 0 | $args{'response_types'}{'privmsg'} ||= 'privmsg' | 
| 42 | 0 | 0 | $args{'response_types'}{'notice'} ||= 'notice' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 128 | 0 | 0 | 0 | exists $$self{'triggers'}{$type} and $what =~ s/$$self{'triggers'}{$type}// or exists $$self{'trigger'} and $what =~ s/$$self{'trigger'}// |