Branch Coverage

blib/lib/Math/Symbolic/Variable.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
73 17 6733 if (@_ == 1 and ref $_[0] eq 'Math::Symbolic::Variable') { }
3164 6975 elsif (@_ and not ref $_[0] eq 'HASH') { }
91 3395 174 ref $proto ? :
163 3406 @_ && ref $_[0] eq 'HASH' ? :
125 17 2360 if (@_ == 0) { }
1 2359 elsif (@_ == 1 and not ref $_[0] eq 'HASH') { }
133 2319 40 @_ == 1 ? :
134 2278 81 if (exists $$args{$self->{'name'}}) { }
153 1 1885 if @_