Branch Coverage

blib/lib/MooseX/HandlesConstructor.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
20 1 0 if (exists $has_args{'handles'})
24 2 0 if ref $handle_val eq 'ARRAY' and @$handle_val == 2
32 1 0 unless $target->can('BUILD')
41 1 1 if (exists $_handles_via_accessors{$attr})