Condition Coverage

blib/lib/Hessian/Tiny/ConvertorV2.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
95 0 0 0 'Math::BigInt'->new('-0x80000000')->bcmp($bi) <= 0 and 'Math::BigInt'->new(' 0x7fffffff')->bcmp($bi) >= 0
0 0 0 'Math::BigInt'->new('-0x8000000000000000')->bcmp($bi) <= 0 and 'Math::BigInt'->new(' 0x7fffffffffffffff')->bcmp($bi) >= 0
134 0 0 0 $$x{'type'} and defined $$x{'length'}
298 0 0 0 defined $$v{'type'} and &Scalar::Util::looks_like_number($$v{'type'})
313 0 0 0 defined $$v{'type'} and 'Hessian::Type::Integer' eq ref $$v{'type'}
0 0 0 defined $$v{'type'} and 'Hessian::Type::String' eq ref $$v{'type'}
323 0 0 0 defined $$v{'length'} and $$v{'length'} > 0