Branch Coverage

blib/lib/Dist/Zilla/App/Command/listdeps.pm
Criterion Covered Total %
branch 15 30 50.0


line true false branch
101 0 0 if $core_version >= "5.01"
102 0 0 if $prereqs->is_finalized
107 0 0 if $req->accepts_module("perl", $core_version)
109 0 0 unless exists $Module::CoreList::version{$core_version}{$module}
110 0 0 if $req->accepts_module($module, $Module::CoreList::version{$core_version}{$module})
121 0 18 if $opt->omit_core
127 66 12 if $opt->requires
128 66 12 if $opt->recommends
129 12 66 if $opt->suggests
133 0 18 if ($opt->missing)
159 6 12 if $opt->develop
162 0 18 if ($opt->json)
164 0 0 if $omit_core
175 6 12 if ($opt->versions) { }
6 6 elsif ($opt->cpanm_versions) { }