Branch Coverage

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


line true false branch
34 0 1172 if ($first_arg and not ref $first_arg and $first_arg->isa(__PACKAGE__))
37 0 0 unless $seen_class_method{$func}++
71 13 185 unless $is_class_defined
76 2 108 if @{$class_isa;}
112 0 970 if defined &{$full_method_name;}
117 0 859 if $params{'check_override'} and $params{'class'}->can($params{'name'})
136 503 4512 if /^ARRAY$/
137 65 4447 if /^HASH$/