Condition Coverage

blib/lib/Feersum/Runner.pm
Criterion Covered Total %
condition 11 18 61.1


and 3 conditions

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

or 2 conditions

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

or 3 conditions

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