Branch Coverage

blib/lib/Math/Symbolic/Custom/Pattern/Export.pm
Criterion Covered Total %
branch 5 14 35.7


line true false branch
77 0 66 unless ref($self) =~ /^Math::Symbolic/
79 0 66 if ref $proto and not ref($proto) =~ /^Math::Symbolic/
83 0 66 unless (ref $proto)
85 0 0 unless defined $proto
88 0 66 if (not UNIVERSAL::isa($proto, 'Math::Symbolic::Custom::Pattern') and ref($proto) =~ /^Math::Symbolic/)
93 0 0 unless defined $proto
112 0 66 unless ref($self) =~ /^Math::Symbolic/