blib/lib/DBIx/DataModel/Meta/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
35 | 0 | 1021 | if ($first_arg and not ref $first_arg and $first_arg->isa("DBIx::DataModel::Meta::Utils")) |
38 | 0 | 0 | unless $seen_class_method{$func}++ |
72 | 11 | 171 | unless $is_class_defined |
77 | 2 | 100 | if @{$class_isa;} |
113 | 0 | 835 | if defined &{$full_method_name;} |
118 | 0 | 732 | if $params{'check_override'} and $params{'class'}->can($params{'name'}) |
137 | 469 | 4051 | if /^ARRAY$/ |
138 | 61 | 3990 | if /^HASH$/ |