blib/lib/Catalyst/Model/DBIC/Schema/Types.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 22 | 77.2 |
line | true | false | branch |
---|---|---|---|
91 | 15 | 10 | unless $extra |
92 | 0 | 10 | unless ref $extra and &reftype($extra) eq "HASH" |
99 | 16 | 5 | if (not ref $_->[0]) { } |
2 | 3 | elsif (ref $_->[0] and &reftype($_->[0]) eq 'CODE') { } | |
3 | 0 | elsif (@$_ == 1 and ref $_->[0] and &reftype($_->[0]) eq 'HASH') { } | |
101 | 16 | 0 | unless ref $_->[0] |
102 | 16 | 0 | unless ref $_->[0] |
106 | 1 | 15 | if @$_ |
112 | 0 | 2 | if @$_ |
119 | 15 | 2 | unless ($connect_info{'dbh_maker'}) |
122 | 6 | 24 | unless defined $connect_info{$key} |