Branch Coverage

blib/lib/Test/Expr.pm
Criterion Covered Total %
branch 9 24 37.5


line true false branch
28 2 0 if (((caller 0)[3] // '') =~ /\b(?:un)?import\Z/u)
32 2 0 if (((caller 0)[3] // '') =~ /\b(?:un)?import\Z/u)
43 0 0 if ($op) { }
2 1 if ($op) { }
68 0 0 !($lhs =~ /$PERL_LITERAL/u) ? :
0 0 $rhs && !($rhs =~ /$PERL_LITERAL/u) ? :
0 3 !($lhs =~ /$PERL_LITERAL/u) ? :
0 3 $rhs && !($rhs =~ /$PERL_LITERAL/u) ? :
72 0 0 if @diagnostics
0 3 if @diagnostics
74 0 0 if (eval $desc // '') ne "$test_code"
1 2 if (eval $desc // '') ne "$test_code"