blib/lib/Protocol/IRC/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 19 | 73.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
229 | 1 | 1 | 5 | $effect eq 'done' and my $code = $self->can("prepare_gatehints_$gate") |
240 | 6 | 0 | 1 | $futures = $self->{'Protocol_IRC_gate_futures'}{$gate}{$target} and @$futures |
line | l | !l | condition |
---|---|---|---|
84 | 2 | 0 | $self->{'Protocol_IRC_isupport'} ||= {} |
216 | 14 | 3 | $hints->{'target_name_folded'} // '*' |
330 | 2 | 1 | $flag ||= '' |
475 | 1 | 0 | $target // '*' |
477 | 0 | 1 | $self->{'Protocol_IRC_gate_futures'}{$gate}{$target} //= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
76 | 26 | 0 | 196 | $self->{'Protocol_IRC_isupport'}{$field} // $ISUPPORT{$field} |