Branch Coverage

blib/lib/Hey/Common.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
52 0 0 if (ref $in eq 'ARRAY')
100 0 0 if (not ref $this) { }
0 0 elsif (ref $this eq 'ARRAY') { }
0 0 elsif (ref $this eq 'HASH') { }
131 0 0 if ($in =~ /^t(r(u(e)?)?)?$/)
134 0 0 if ($in =~ /^y(e(s)?)?$/)
137 0 0 if ($in =~ /^\d+$/ and $in > 0)
165 0 0 if ($in =~ /^f(a(l(s(e)?)?)?)?$/)
168 0 0 if ($in =~ /^n(o)?$/)
171 0 0 if ($in =~ /^\d+$/ and $in <= 0)
174 0 0 if ($in =~ /^$/)
251 0 0 unless ($in =~ /\./)