Branch Coverage

blib/lib/Class/Method/Modifiers/Fast.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
29 47 48 if (not $method && Data::Util::subroutine_modifier($method)) { }
31 37 10 unless ($method)
32 4 33 unless $method = $into->can($name)