Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
156 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 '*'
223 0 0 0 defined $channel_mode and $channel_mode eq 'b'
0 0 0 defined $channel_mode and $channel_mode ne 'b'
425 0 0 0 defined $s->listen and ref $s->listen eq 'ARRAY'
458 0 0 0 defined $s->auth and ref $s->auth eq 'CODE'

or 2 conditions

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