Condition Coverage

blib/lib/Sub/Infix.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
58 8 0 7 blessed $left and $left->isa('Sub::Infix::PartialApplication')
0 0 8 blessed $right and $right->isa('Sub::Infix::PartialApplication')
86 0 7 6 exists $$self{'left'} and exists $$self{'right'}

or 3 conditions

line l !l&&r !l&&!r condition
76 2 2 3 $combo eq '<>' or $combo eq '/infix/'
4 2 1 $combo eq '<>' or $combo eq '/infix/' or $combo eq '|infix|'