Branch Coverage

blib/lib/VSGDR/UnitTest/TestSet/Test/TestCondition/ScalarValue.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
39 0 0 unless my $ref = shift()
45 0 0 if scalar @validargs != 8
93 0 0 if ($self->conditionISEnabled) { }
94 0 0 if (not $self->conditionNullISExpected || defined $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1]) { }
0 0 elsif ($self->conditionNullISExpected and not defined $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] or '"' . $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] . '"' eq $unQuotedValue or $unQuotedValue =~ /^"true"$/i and $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] eq '1' or $unQuotedValue =~ /^"false"$/i and $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] eq '0') { }
121 0 0 if ($v =~ /^ "? \d{4}-\d{2}-\d{2} \s 00:00:00 "? $/x and $v2 =~ m[^ "? \d{4}[/-]\d{2}[/-]\d{2} "? $]x and substr($v3, 1, 10) eq substr($v, 0, 10)) { }
145 0 0 if ($self->conditionNullExpected =~ /\A 1 \z/xi) { }
0 0 elsif ($self->conditionNullExpected =~ /\A True \z/xi) { }