blib/lib/Test/Mouse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
28 | 1 | 1 | if (find_meta($class_or_obj)) { } |
41 | 20 | 2 | if (does_role($class_or_obj, $does)) { } |
56 | 9 | 1 | if ($meta->find_attribute_by_name($attr_name)) { } |
72 | 18 | 2 | unless defined wantarray |