Condition Coverage

blib/lib/Mojo/IRC/Server.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 not $user->is_registered and $user->nick ne '*'
0 0 0 not $user->is_registered and $user->nick ne '*' and $user->user ne '*'
206 0 0 0 defined $channel_mode and $channel_mode eq 'b'
0 0 0 defined $channel_mode and $channel_mode ne 'b'
408 0 0 0 defined $s->listen and ref $s->listen eq 'ARRAY'

or 2 conditions

line l !l condition
409 0 0 $_->{'host'} || '0.0.0.0'
0 0 $_->{'port'} || '6667'