Branch Coverage

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


line true false branch
73 17 6711 if (@_ == 1 and ref $_[0] eq 'Math::Symbolic::Variable') { }
3151 6957 elsif (@_ and not ref $_[0] eq 'HASH') { }
91 3386 174 ref $proto ? :
163 3397 @_ && ref $_[0] eq 'HASH' ? :
125 17 2240 if (@_ == 0) { }
1 2239 elsif (@_ == 1 and not ref $_[0] eq 'HASH') { }
133 2199 40 @_ == 1 ? :
134 2158 81 if (exists $$args{$$self{'name'}}) { }
153 1 1880 if @_