blib/lib/Fukurama/Class/Abstract.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
82 | 0 | 5 | if $DISABLE |
96 | 1 | 9 | if exists $$DECORATED_SUBS{$identifier} |
98 | 4 | 5 | if 'Fukurama::Class::Tree'->is_special_sub($subname) |
107 | 4 | 4 | if (not $used_obj or $used_obj eq $obj_class or not UNIVERSAL::isa($used_obj, $obj_class)) |
123 | 2 | 4 | unless defined $obj_class |
137 | 36 | 10 | unless *{$identifier;}{'CODE'} |