Condition Coverage

blib/lib/BSON/Int64.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
65 19 44 4 $value >= 0 and $value > $max_int64
44 10 9 $value < 0 and pack('q<', $value) eq $packed_min_int64

or 3 conditions

line l !l&&r !l&&!r condition
42 0 0 71 $BSON::Int64::Config{'nvsize'} == 16 or not $BSON::Int64::Config{'use64bitint'}
95 2 5 14 not $ENV{'BSON_EXTJSON'} or $ENV{'BSON_EXTJSON_RELAXED'}