blib/lib/Sirc/Autoop.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $type ne 'o' and $type ne 'v' |
107 | 0 | 0 | 0 | $one and $two |
149 | 0 | 0 | 0 | $mode eq 'v' and $Sirc::Autoop::Chan_voice{$this_channel}{$this_nick} |
0 | 0 | 0 | $mode eq 'v' and not $main::mode{lc $this_channel} =~ /m/ | |
0 | 0 | 0 | $type eq 'autovoice' and sticky_devoice($this_channel, $this_nick, $this_userhost) | |
189 | 0 | 0 | 0 | $Autoop and my $type = autoop_match($this_channel, "$this_nick!$this_userhost") |
201 | 0 | 0 | 0 | $Autovoice and exists $Sirc::Autoop::Autovoice{$this_channel} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
86 | 0 | 0 | 0 | $Verbose or $Debug |
196 | 0 | 0 | 0 | $delay > 0 or $Debug |
207 | 0 | 0 | 0 | $delay > 0 or $Debug |
240 | 0 | 0 | 0 | $Sirc::Autoop::Autovoice{$channel}{$pat} ||= $now |