blib/lib/Math/Algebra/Symbols.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
716 | 0 | 45 | if (exists $p{'complex'}) |
732 | 2 | 43 | if (exists $p{'trig'} or exists $p{'trigonometric'}) |
740 | 0 | 2 | if (exists $p{'trig'} and exists $p{'trigonometric'}) |
748 | 3 | 42 | if (exists $p{'hyper'} or exists $p{'hyperbolic'}) |
758 | 0 | 3 | if (exists $p{'hyper'} and exists $p{'hyperbolic'}) |
771 | 1 | 44 | if exists $p{'symbols'} |
788 | 0 | 45 | if keys %p |