| blib/lib/Data/Model/Driver/DBI/DBD/SQLite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 12 | 75.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 24 | 188 | 0 | 48 | exists $$args{'options'}{'auto_increment'} and $$args{'options'}{'auto_increment'} | 
| 30 | 186 | 0 | 2 | exists $$args{'options'}{'binary'} and $$args{'options'}{'binary'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 11 | 0 | 15 | 1287 | $data_type =~ /blob/i or $data_type =~ /bin/i | 
| 15 | 52 | 1235 | $data_type =~ /blob/i or $data_type =~ /bin/i or $data_type =~ /\Abigint\Z/i |