Branch Coverage

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


line true false branch
48 2 55 if ($_ =~ /^:(.*)/ and $available_pragmas{$1}) { }
56 0 9 if ($pragmas{'die_on_overflow'})
61 2 7 if ($pragmas{'native_if_available'})
70 0 2 if ($^H{'Math::Int64::native_if_available'} and $^H{'Math::Int64::die_on_overflow'} and warnings::enabled())