Condition Coverage

blib/lib/VSGDR/UnitTest/TestSet/Representation/XLS.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
128 0 0 0 defined $worksheet->get_cell($r, 1) and $worksheet->get_cell($r, 1)->value eq 'testCleanupAction'
254 0 0 0 defined $wks->get_cell($r, 1) and $wks->get_cell($r, 1)->value =~ /^(?:Pre|Post|)TestAction/xi
280 0 0 0 defined $wks->get_cell($r, 0) and $wks->get_cell($r, 0)->value
283 0 0 0 defined $wks->get_cell($r, $TYPECOL) and $wks->get_cell($r, $TYPECOL)->value eq ''
323 0 0 0 defined $wks->get_cell($r, 1) and $wks->get_cell($r, 1)->value
326 0 0 0 defined $wks->get_cell($r, $TYPECOL) and $wks->get_cell($r, $TYPECOL)->value eq ''

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 ref $self || $self