Branch Coverage

blib/lib/Syntax/Feature/Simple.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
24 1 2 if $class eq 'Syntax::Feature::Simple'
40 0 7 $INC{'Moose.pm'} ? :
45 4 0 unless my $meta = $class->_check_has_meta($target)
54 6 3 if $class->can($check_method) and not $class->$check_method($target)
84 0 0 unless my $orig = $target->can('method')
90 0 0 if ref $_[0] eq 'CODE'