Branch Coverage

blib/lib/DBIx/AsForm.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
109 0 0 if (scalar @_ == 1) { }
123 0 0 if (defined $p{'columns'} and scalar @{$p{'columns'};}) { }
140 0 0 if (my $sth = $$self{'dbh'}->foreign_key_info(undef, undef, undef, undef, undef, $p{'table'}))
146 0 0 if defined $p{'stringify'}{"$uk_tbl.$uk_col"}
152 0 0 if defined $p{'row_href'}{$$_{'COLUMN_NAME'}}
153 0 0 if defined $fk_meta{$$_{'COLUMN_NAME'}}
217 0 0 if defined $$attr{'value'}
226 0 0 if ref $$col{'fk'} eq 'ARRAY'
227 0 0 if (defined $other_col_name) { }
0 0 elsif ($$col{'TYPE_NAME'} =~ /bool/i) { }
235 0 0 if defined $$col{'value'} and $_ eq $$col{'value'}
248 0 0 if defined $$col{'value'} and $_ eq $$col{'value'}
282 0 0 if (defined $$col_meta{'fk'} or defined $type and $type =~ /bool/i) { }
0 0 elsif (defined $type and $type eq 'text') { }
0 0 elsif (defined $type and $type =~ /^(big|small)?int(eger)?$/i) { }
301 0 0 unless defined $col_size
304 0 0 if $col_size < $default_field_size
308 0 0 if ($col_size <= $default_field_size) { }