Condition Coverage

lib/Flux/Mapper.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
26 0 0 4 blessed $left and $left->can('does')
29 0 0 4 blessed $right and $right->can('does')
33 2 1 1 $left->does('Flux::Mapper') and $right->does('Flux::Mapper')
38 2 0 1 $left->does('Flux::Mapper') and $right->does('Flux::Out')
43 0 0 2 $left->does('Flux::In') and $right->does('Flux::Mapper')