Branch Coverage

blib/lib/DBIx/AssertIndex.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
53 0 0 unless $$dbh{'Driver'}{'Name'} eq 'mysql'
54 0 0 unless $statement =~ /^\s*SELECT/i
55 0 0 unless $statement =~ /FROM/im
66 0 0 unless @using_no_key
77 0 0 if $extra and $extra =~ /^Impossible/
79 0 0 if defined $possible_key
80 0 0 if $type and $type eq 'ALL'
94 0 0 if (ref $OUTPUT eq 'CODE') { }