Branch Coverage

blib/lib/builtins/compat.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
20 5 0 $] lt '5.036' ? :
98 1 38 unless defined $value
99 4 34 if ref $value
100 22 12 unless &Scalar::Util::isdual($value)
114 16 26 if $flags & 12288 and not $flags & 16384
121 17 7 if defined $value and not ref $value and not &_is_bool($value)