Branch Coverage

blib/lib/ExtUtils/ModuleMaker/Opts.pm
Criterion Covered Total %
branch 38 42 90.4


line true false branch
52 0 12 unless &GetOptions('build_system|build-system|b', \$opts{'b'}, 'compact|c', \$opts{'c'}, 'changes_in_pod|changes-in-pod|C', \$opts{'C'}, 'help|h', \$opts{'h'}, 'no_interactive|no-interactive|I', \$opts{'I'}, 'no_pod|no-pod|P', \$opts{'P'}, 'no_new_method|no-new-method|q', \$opts{'q'}, 'save_as_defaults|save-as-defaults|s', \$opts{'s'}, 'verbose|V', \$opts{'V'}, 'abstract|a=s', \$opts{'a'}, 'alt_build|alt-build|d=s', \$opts{'d'}, 'email|e=s', \$opts{'e'}, 'name|n=s', \$opts{'n'}, 'license|l=s', \$opts{'l'}, 'organization|o=s', \$opts{'o'}, 'cpanid|p=s', \$opts{'p'}, 'permissions|r=s', \$opts{'r'}, 'author|u=s', \$opts{'u'}, 'version|v=s', \$opts{'v'}, 'website|w=s', \$opts{'w'})
53 2 10 if ($opts{'h'})
86 2 8 $opts{'b'} ? :
6 4 $opts{'c'} ? :
2 8 $opts{'C'} ? :
10 0 $opts{'I'} ? :
2 8 $opts{'P'} ? :
2 8 $opts{'q'} ? :
0 10 $opts{'s'} ? :
4 6 $opts{'V'} ? :
6 4 $opts{'a'} ? :
0 10 $opts{'d'} ? :
6 4 $opts{'e'} ? :
8 2 $opts{'n'} ? :
2 8 $opts{'l'} ? :
2 8 $opts{'o'} ? :
6 4 $opts{'p'} ? :
2 8 $opts{'r'} ? :
6 4 $opts{'u'} ? :
2 8 $opts{'v'} ? :
2 8 $opts{'w'} ? :