Condition Coverage

blib/lib/Feersum/Runner.pm
Criterion Covered Total %
condition 5 18 27.7


and 3 conditions

line !l l&&!r l&&r condition
21 3 0 0 $INSTANCE and $Feersum::Runner::INSTANCE->{'running'}
97 0 0 3 not $app and $self->{'app_file'}
101 3 0 0 $! and not defined $app

or 2 conditions

line l !l condition
41 0 0 $self->{'host'} || 'localhost'
0 0 $self->{'port'} || 5000
3 0 $self->{'listen'} ||= [($self->{'host'} || 'localhost') . ':' . ($self->{'port'} || 5000)]

or 3 conditions

line l !l&&r !l&&!r condition
95 0 0 3 shift() || delete $self->{'app'}