Branch Coverage

blib/lib/Math/SymbolicX/Calculator/Interface/Web.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
54 0 0 if defined $_
99 0 0 if ($expr =~ /=~~?/) { }
0 0 elsif ($expr =~ /=/) { }
109 0 0 if (not defined $cmd) { }
0 0 elsif (_INSTANCE $cmd, 'Math::SymbolicX::Calculator::Command') { }
0 0 elsif (ref $cmd eq 'ARRAY') { }
117 0 0 if ($$cmd[0] eq 'print')
185 0 0 if ($expr =~ /^\s*exit\s*$/i) { }
0 0 elsif ($expr =~ /^\s*print\s+($Ident)\s*$/) { }
0 0 elsif ($expr =~ /^\s*apply_deriv\s+($Ident)(?:\s*|\s+(\d+))$/) { }
0 0 elsif ($expr =~ /^\s*insert\s+($Ident|\*)\s+in\s+($Ident)\s*$/) { }
0 0 elsif ($expr =~ /^\s*$/) { }
234 0 0 unless (@out)
240 0 0 if (not defined $_) { }
0 0 elsif (_INSTANCE $_, 'Math::Symbolic::Custom::Transformation') { }
252 0 0 unless $str =~ /\n$/