Condition Coverage

blib/lib/Data/Edit/Conversion.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 49 ref $launch->projects and ref($launch->projects) =~ /\AData::Edit::Conversion::Projects\Z/
40 0 0 196 ref $stage and ref($stage) =~ /ARRAY/
46 0 0 196 ref $sub and ref($sub) =~ /\ACODE\Z/

or 2 conditions

line l !l condition
34 0 49 $launch->save //= 'save'
134 9 116 $title // 'Restart'

or 3 conditions

line l !l&&r !l&&!r condition
87 174 0 0 $launch->maximumNumberOfProcesses // defaultMaximumNumberOfProcesses()
91 0 0 0 $launch->outFileLimit // defaultOutFileLimit()