Branch Coverage

blib/lib/MooseX/Declare/Context/WithOptions.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
32 2 26 unless (defined $key)
33 1 1 if keys %ret
38 0 26 unless $key =~ /^(extends|with|is)$/
42 2 24 unless (defined $val)
43 2 0 if (defined($val = $self->strip_proto)) { }
52 2 24 ref $val ? :
62 5 18 $key eq 'is' ? :