blib/lib/Math/Symbolic/Constant.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 24 | 70.8 |
line | true | false | branch |
---|---|---|---|
57 | 0 | 10508 | if @_ and ref $_[0] eq 'HASH' |
59 | 6776 | 3732 | @_ && !%args ? : |
60 | 3731 | 6777 | if not defined $value and ref $proto |
62 | 1 | 10507 | unless defined $value |
65 | 3762 | 6745 | ref $proto ? : |
86 | 0 | 168 | if @_ % 2 |
106 | 0 | 202 | if @_ % 2 |
127 | 0 | 41 | if @_ % 2 |
148 | 0 | 1 | if @_ % 2 |
185 | 1 | 12744 | if (@_ == 1 and not ref $_[0] eq 'HASH') |
186 | 0 | 1 | unless defined $_[0] |
248 | 0 | 531 | if @_ |