Condition Coverage

blib/lib/Fennec/Lite.pm
Criterion Covered Total %
condition 10 23 43.4


and 3 conditions

line !l l&&!r l&&r condition
92 0 0 0 $no_die_on_fail and $error =~ m[Can't locate [\w\d_/\.]+\.pm in \@INC]
218 0 0 2 $pass &&= $self->run_skip_group($invocant, $test)
221 0 0 2 $pass &&= $self->run_todo_group($invocant, $test)
224 0 0 15 $pass &&= $self->run_test_group($invocant, $test)

or 2 conditions

line l !l condition
115 1 1 $self->testing || (return)

or 3 conditions

line l !l&&r !l&&!r condition
65 0 4 0 $ENV{'FENNEC_SEED'} || join('', @ltime[5, 4, 3])
173 2 2 0 $proto{'code'} || $proto{'sub'}
23 4 0 $proto{'method'} ||= $proto{'code'} || $proto{'sub'}