Condition Coverage

blib/lib/Alice/HTTP/Server.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
164 0 0 0 my $user = $req->param('username') and my $pass = $req->param('password')
323 0 0 0 $$options{'images'} eq 'show' and $config->animate eq 'hide'
403 0 0 0 $name =~ /^(.+?)_(.+)/ and exists $$new_config{'servers'}

or 2 conditions

line l !l condition
161 0 0 $req->param('dest') || '/'

or 3 conditions

line l !l&&r !l&&!r condition
123 0 0 0 $req->path eq '/login' or $self->is_logged_in($req)
245 0 0 0 $req->param('t') || time
320 0 0 0 $req->param($_) || $config->$_
404 0 0 0 $2 eq 'channels' or $2 eq 'on_connect'