Condition Coverage

blib/lib/Test/DBUnit.pm
Criterion Covered Total %
condition 0 89 0.0


and 3 conditions

line !l l&&!r l&&r condition
960 0 0 0 $expexted_errcode && @args == 2
972 0 0 0 $ok and defined $expexted_errmsg
1495 0 0 0 not $ok || $description and @args > 2
0 0 0 not $ok || $description and @args > 2 and $args[-1] =~ /\s/
1524 0 0 0 not $ok || $description and @args > 2
0 0 0 not $ok || $description and @args > 2 and $args[-1] =~ /\s/
1558 0 0 0 not $description and $args[-1] =~ /\s/
1586 0 0 0 not $description and $args[-1] =~ /\s/
1616 0 0 0 not $ok || $description and @args == 4

or 2 conditions

line l !l condition
1471 0 0 $description ||= 'should have index'
1500 0 0 $description ||= 'should have unique index '
1530 0 0 $description ||= 'should have primary_key index'
1561 0 0 $description ||= 'should validate index type'
1589 0 0 $description ||= 'should have trigger'
1621 0 0 $description ||= 'should match trigger body'
1665 0 0 $description ||= 'should have routine'

or 3 conditions

line l !l&&r !l&&!r condition
642 0 0 0 $dbunit ||= 'DBUnit'->new('connection_name', 'test')
930 0 0 0 $description ||= 'should have expected plsql data ' . test_connection_context()
959 0 0 0 @args == 3 || !$expexted_errcode && @args == 2
977 0 0 0 $expexted_errmsg or $expexted_errcode
1130 0 0 0 $description ||= "should have column $column on table $table " . test_connection_context()
1215 0 0 0 @args == 4 || @args == 3 && ref $args[-2]
1243 0 0 0 $description ||= "should not have column $column on $table table " . test_connection_context()
1270 0 0 0 $description ||= "should have column $column nullable" . test_connection_context()
1296 0 0 0 $description ||= "should not have column $column nullable" . test_connection_context()
1466 0 0 0 $ok or $description
0 0 0 $ok or $description or ref $args[-1]
1495 0 0 0 $ok || $description
1524 0 0 0 $ok || $description
1616 0 0 0 $ok || $description
1660 0 0 0 $ok or $description
0 0 0 $ok or $description or ref $args[-1]