Condition Coverage

blib/lib/SQL/Schema/Versioned.pm
Criterion Covered Total %
condition 14 30 46.6


or 2 conditions

line l !l condition
19 24 0 $_[0] // 'main'
278 0 0 $arg_err //= 'Not of type integer'
0 0 $arg_err //= 'Required but not specified'
0 0 $arg_err //= 'Not of type object'
0 0 $arg_err //= 'Required but not specified'
0 0 $arg_err //= 'Not of type hash'
0 0 $arg_err //= 'Required but not specified'
284 13 11 $spec->{'component_name'} // 'main'
299 5 19 $current_v //= 0
418 0 6 $cur_summary //= ''
419 0 6 $spec->{'summary'} // ''
549 3 16 $res //= [200, "OK (upgraded from version $orig_v to $latest_v)", {'version', $latest_v}]

or 3 conditions

line l !l&&r !l&&!r condition
39 1 1 27 $1 // $2
1 27 0 ($1 // $2) // $3