Branch Coverage

blib/lib/Math/Symbolic/Compiler.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
128 21 0 if not ref $tree and $tree eq 'Math::Symbolic::Compiler'
132 0 21 if (ref $order eq 'HASH') { }
21 0 elsif (ref $order eq 'ARRAY') { }
148 9 42 if (defined $pos) { }
215 0 11 if @_ > 1
217 0 11 if $@
229 83 266 if ($ttype == 1) { }
95 171 elsif ($ttype == 2) { }
239 0 171 if (ref $app eq 'CODE') { }
250 171 0 if (@app > 1)