| blib/lib/DBIx/AsForm.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 29 | 0.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 123 | 0 | 0 | defined $p{'columns'} and scalar @{$p{'columns'};} | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 235 | 0 | 0 | 0 | defined $$col{'value'} and $_ eq $$col{'value'} | 
| 248 | 0 | 0 | 0 | defined $$col{'value'} and $_ eq $$col{'value'} | 
| 282 | 0 | 0 | 0 | defined $type and $type =~ /bool/i | 
| 0 | 0 | 0 | defined $type and $type eq 'text' | |
| 0 | 0 | 0 | defined $type and $type =~ /^(big|small)?int(eger)?$/i | 
| line | l | !l | condition | 
|---|---|---|---|
| 126 | 0 | 0 | $$self{'dbh'}->column_info(undef, undef, $p{'table'}, $col) || die(q[column_info didn't work]) | 
| 133 | 0 | 0 | $$self{'dbh'}->column_info(undef, undef, $p{'table'}, undef) || die(q[column_info didn't work]) | 
| 230 | 0 | 0 | $$self{'dbh'}->selectcol_arrayref("SELECT $other_col_name FROM $tbl") || [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 63 | 0 | 0 | 0 | ref $proto || $proto | 
| 282 | 0 | 0 | 0 | defined $$col_meta{'fk'} or defined $type and $type =~ /bool/i |