Branch Coverage

blib/lib/Math/Int64.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
51 2 57 if ($_ =~ /^:(.*)/ and $available_pragmas{$1}) { }
59 0 9 if ($pragmas{'die_on_overflow'})
64 2 7 if ($pragmas{'native_if_available'})
73 0 2 if ($^H{'Math::Int64::native_if_available'} and $^H{'Math::Int64::die_on_overflow'} and warnings::enabled())