Branch Coverage

blib/lib/DBIx/DataModel/Meta/Utils.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
35 0 968 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 10 168 unless $is_class_defined
77 2 96 if @{$class_isa;}
113 0 790 if defined &{$full_method_name;}
118 0 691 if $params{'check_override'} and $params{'class'}->can($params{'name'})
137 467 3975 if /^ARRAY$/
138 59 3916 if /^HASH$/