Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
498 0 0 0 defined $test->preTestAction and not $test->preTestAction =~ /^null|nothing$/xi
501 0 0 0 defined $test->testAction and not $test->testAction =~ /^null|nothing$/xi
504 0 0 0 defined $test->postTestAction and not $test->postTestAction =~ /^null|nothing$/xi
534 0 0 0 defined $test->preTestAction and not $test->preTestAction =~ /^null|nothing$/xi
537 0 0 0 defined $test->testAction and not $test->testAction =~ /^null|nothing$/xi
540 0 0 0 defined $test->postTestAction and not $test->postTestAction =~ /^null|nothing$/xi
564 0 0 0 defined $test->preTestAction and not $test->preTestAction =~ /^null|nothing$/xi
570 0 0 0 defined $test->testAction and not $test->testAction =~ /^null|nothing$/xi
576 0 0 0 defined $test->postTestAction and not $test->postTestAction =~ /^null|nothing$/xi
690 0 0 0 $test->testAction =~ /^null|nothing$/xi && $test->preTestAction =~ /^null|nothing$/xi && $test->postTestAction =~ /^null|nothing$/xi

or 3 conditions

line l !l&&r !l&&!r condition
285 0 0 0 $testSet->initializeAction or $testSet->cleanupAction
690 0 0 0 not $test->testAction =~ /^null|nothing$/xi && $test->preTestAction =~ /^null|nothing$/xi && $test->postTestAction =~ /^null|nothing$/xi or defined $testSet->initializeAction
0 0 0 not $test->testAction =~ /^null|nothing$/xi && $test->preTestAction =~ /^null|nothing$/xi && $test->postTestAction =~ /^null|nothing$/xi or defined $testSet->initializeAction or defined $testSet->cleanupAction