blib/lib/Math/Symbolic/Variable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 3416 | 3295 | 17 | @_ == 1 and ref $_[0] eq 'Math::Symbolic::Variable' |
3397 | 163 | 3151 | @_ and not ref $_[0] eq 'HASH' | |
91 | 3397 | 0 | 163 | @_ && ref $_[0] eq 'HASH' |
125 | 40 | 2199 | 1 | @_ == 1 and not ref $_[0] eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 3402 | 3326 | 0 | ref $proto || $proto |