Branch Coverage

blib/lib/Scalar/Type.pm
Criterion Covered Total %
branch 29 34 85.2


line true false branch
10 0 0 $] >= 5.035007 ? :
5 0 $] >= 5.03501 ? :
86 1 14 if ($_ eq 'is_*') { }
119 1 156 if $#_ == -1
125 15 134 bool_supported() && &{$IS_BOOL_FN;}($arg) ? :
2 149 !defined($arg) ? :
4 151 ref $arg ? :
1 155 builtin::blessed($arg) ? :
136 1 3 if $#_ == -1
139 1 2 if ($type eq 'INTEGER') { }
1 1 elsif ($type eq 'NUMBER') { }
160 1 89 if $#_ == -1
161 26 63 type(@_) eq 'INTEGER' ? :
172 1 38 if $#_ == -1
173 24 14 is_integer(@_) || type(@_) eq 'NUMBER' ? :
186 0 11 unless bool_supported()
187 0 11 if $#_ == -1