Branch Coverage

blib/lib/DBIx/ParseException/SQLite.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
15 0 0 if (my($column) = $string =~ /^DBD::SQLite::st \s+ execute \s+ failed: \s+ (?:constraint \s+ failed \s+)? column \s+ (.*) \s+ is \s+ not \s+ unique/mix) { }
0 0 elsif ($string =~ /^DBD::SQLite::db \s+ prepare \s+ failed: \s+ near \s+ "(.*)": \s+ syntax \s+ error/mix) { }
0 0 elsif ($string =~ /^DBD::SQLite::db \s+ prepare \s+ failed: \s+ no \s+ such \s+ table: \s+ (.*)/mix) { }
0 0 elsif ($string =~ /^DBD::SQLite::db \s+ prepare \s+ failed: \s+ table \s+ (.*) \s+ has \s+ no \s+ column \s+ named \s+ (.*)/mix) { }