blib/lib/Math/Algebra/Symbols.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
113 | 0 | 45 | if (exists $p{'complex'}) |
129 | 2 | 43 | if (exists $p{'trig'} or exists $p{'trigonometric'}) |
137 | 0 | 45 | if (exists $p{'trig'} and exists $p{'trigonometric'}) |
145 | 3 | 42 | if (exists $p{'hyper'} or exists $p{'hyperbolic'}) |
155 | 0 | 45 | if (exists $p{'hyper'} and exists $p{'hyperbolic'}) |
168 | 1 | 44 | if exists $p{'symbols'} |
185 | 0 | 45 | if keys %p |