blib/lib/VSGDR/UnitTest/TestSet/Test/TestCondition/ScalarValue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
94 | 0 | 0 | 0 | $self->conditionNullISExpected and not defined $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] |
0 | 0 | 0 | $unQuotedValue =~ /^"true"$/i and $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] eq '1' | |
0 | 0 | 0 | $unQuotedValue =~ /^"false"$/i and $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] eq '0' | |
121 | 0 | 0 | 0 | $v =~ /^ "? \d{4}-\d{2}-\d{2} \s 00:00:00 "? $/x and $v2 =~ m[^ "? \d{4}[/-]\d{2}[/-]\d{2} "? $]x |
0 | 0 | 0 | $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) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 0 | 0 | ref $self || $self |
94 | 0 | 0 | 0 | $self->conditionNullISExpected || defined $$ra_res[$self->conditionResultSet - 1][$self->conditionRowNumber - 1][$self->conditionColumnNumber - 1] |
0 | 0 | 0 | $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 | |
0 | 0 | 0 | $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' | |
0 | 0 | 0 | $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' |