Branch Coverage

lib/Flux/Mapper.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
23 2 2 if ($swap)
26 0 4 unless (blessed $left and $left->can('does'))
29 0 4 unless (blessed $right and $right->can('does'))
33 1 3 if ($left->does('Flux::Mapper') and $right->does('Flux::Mapper'))
38 1 2 if ($left->does('Flux::Mapper') and $right->does('Flux::Out'))
43 2 0 if ($left->does('Flux::In') and $right->does('Flux::Mapper'))