Branch Coverage

blib/lib/App/Framework/Feature/Pod.pm
Criterion Covered Total %
branch 57 66 86.3


line true false branch
193 1 35 if ($opts{'man'} or $opts{'help'})
196 0 1 $opts{'man'} ? :
200 1 34 if ($opts{'man-dev'})
205 0 34 if ($opts{'pod'})
288 4 86 if ($$option_entry_href{'default'})
294 4 86 if ($$option_entry_href{'dest_type'})
299 15 75 if ($developer) { }
306 54 21 unless $$option_entry_href{'developer'}
311 0 8 unless (@$names_aref)
336 1 7 if ($developer)
351 4 86 if ($$option_entry_href{'default'})
357 21 69 if $$option_entry_href{'developer'} and not $developer
358 69 21 if ($show)
360 15 54 if ($developer) { }
370 4 65 if ($$option_entry_href{'dest_type'})
374 2 2 if ($developer)
377 1 1 if ($$option_entry_href{'dest_type'} eq '@') { }
1 0 elsif ($$option_entry_href{'dest_type'} eq '%') { }
392 0 8 unless (@$names_aref)
419 1 7 if ($developer)
433 29 2 if ($$arg_entry_href{'default'})
439 31 0 if ($show)
441 1 30 if ($developer) { }
451 5 26 if ($$arg_entry_href{'dest_type'})
459 1 7 unless (@$names_aref)
512 5 3 unless ($synopsis)
527 8 2 if ($$arg_entry_href{'type'} eq 'f')
531 2 8 if ($$arg_entry_href{'type'} eq 'd')
536 10 0 if ($type)
539 3 7 if ($$arg_entry_href{'direction'} eq 'o')
547 2 8 if ($$arg_entry_href{'dest_type'})
552 0 10 if ($$arg_entry_href{'optional'}) { }
562 0 10 if $$arg_entry_href{'optional'}