Condition Coverage

blib/lib/Object/Signature/Portable.pm
Criterion Covered Total %
condition 5 7 71.4


or 2 conditions

line l !l condition
30 4 6 $args{'digest'} //= "MD5"
32 1 9 $args{'format'} //= "hexdigest"

or 3 conditions

line l !l&&r !l&&!r condition
41 0 10 0 $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]); }