blib/lib/Circle/Net/IRC/User.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 0 | 0 | 0 | defined $self->get_prop_ident and $self->get_prop_ident eq $ident |
103 | 0 | 0 | 0 | defined $$self{'printed_awaymsg'} and $$self{'printed_awaymsg'} eq $awaymsg |
0 | 0 | 0 | defined $$self{'printed_awaymsg'} and $$self{'printed_awaymsg'} eq $awaymsg and $now < $$self{'printed_awaytime'} + $awaytime_print |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
168 | 0 | 0 | 0 | $user //= $self->name |