Branch Coverage

blib/lib/DBomb/Test/Util.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
29 0 0 UNIVERSAL::isa($_, 'DBomb::Query') ? :
36 0 0 if (UNIVERSAL::isa($_, 'DBomb::Query')) { }
41 0 0 unless my $sth = $dbh->prepare($sql)
42 0 0 unless $sth->execute(@bind_values)
46 0 0 unless same_list(@results)
48 0 0 if ($@)
49 0 0 if $@
59 0 0 unless defined $a and defined $b
60 0 0 unless ref $a eq 'ARRAY'
61 0 0 unless ref $b eq 'ARRAY'
62 0 0 unless @$a == @$b
66 0 0 unless defined $x or defined $y
67 0 0 if (ref $x eq 'ARRAY' and ref $y eq 'ARRAY')
68 0 0 unless same_list($x, $y)
71 0 0 unless $$a[$i] eq $$b[$i]