Branch Coverage

blib/lib/custom/failures/x/alias.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
28 3 1 if ('ARRAY' eq ref $failures[1]) { }
44 0 2 if ($opt eq '-prefix') { }
0 2 elsif ($opt eq '-suffix') { }
0 2 elsif ($opt eq '-alias') { }
1 1 elsif ($opt eq '-export') { }
1 0 elsif ($opt eq '-exporter') { }
56 0 0 unless 'CODE' eq ref $alias
67 0 1 unless eval "use $exporter ; 1 "
89 3 1 if ($exporter eq 'Exporter') { }