Branch Coverage

blib/lib/Keyword/Pluggable.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
24 0 9 unless $kw =~ /^\p{XIDS}\p{XIDC}*\z/u
25 0 9 unless defined $sub
30 0 9 unless $sub_is_code or $expression ne "dynamic"
32 3 6 $sub_is_code ? :
35 3 3 $expression ? :
38 2 7 if (defined $package) { }
2 5 elsif ($global) { }
54 0 1 unless $kw =~ /^\p{XIDS}\p{XIDC}*\z/u
56 1 0 if (defined $package) { }
0 0 elsif ($global) { }