Condition Coverage

blib/lib/Bread/Runner.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

line !l l&&!r l&&r condition
48 1 0 0 &blessed($e) and $e->can('message')

or 2 conditions

line l !l condition
26 1 2 $opts->{'run_method'} || ['run']
65 9 0 $opts ||= {}
73 1 7 $opts->{'container'} || 'App'
120 1 8 $opts->{'init_method'} || 'init'

or 3 conditions

line l !l&&r !l&&!r condition
67 8 1 0 $opts->{'service'} || $0