| blib/lib/Sub/Infix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 15 | 73.3 | 
| 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'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 76 | 2 | 2 | 3 | $combo eq '< | 
| 4 | 2 | 1 | $combo eq '< |