Condition Coverage

blib/lib/Object/Signature/Portable.pm
Criterion Covered Total %
condition 5 6 83.3


or 2 conditions

line l !l condition
30 4 6 $args{'digest'} //= 'MD5'
32 1 9 $args{'format'} //= 'hexdigest'
41 0 10 $args{'serializer'} //= sub { return &JSON()->new->canonical(1)->allow_nonref(1)->utf8(1)->pretty(0)->indent(0)->space_before(0)->space_after(0)->allow_blessed(1)->convert_blessed(1)->encode($_[0]); }