blib/lib/DBIx/Class/InflateColumn/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
29 | 1 | 1 | unless defined $info->{'is_file_column'} |
48 | 0 | 7 | unless $column_info->{'is_file_column'} |
70 | 1 | 1 | if ($colinfos->{$_}{'is_file_column'}) |
88 | 2 | 2 | if ($colinfos->{$_}{'is_file_column'}) |
116 | 0 | 3 | unless ref $value |