Branch Coverage

blib/lib/Module/CheckVersion.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
77 0 0 unless my $mod = $args{'module'}
86 0 0 if $@
88 0 0 if ($mod->can('VERSION')) { }
97 0 0 unless $check_latest_version
101 0 0 if ($mod->can('AUTHORITY')) { }
106 0 0 unless ($authority)
107 0 0 if $default_authority_scheme
110 0 0 unless ($authority)
115 0 0 unless $authority =~ /^(\w+):(.*)/
124 0 0 if $@
131 0 0 if ($clvres->[0] == 200) { }
139 0 0 if ($res->{'installed_version'} and $res->{'latest_version'})
144 0 0 if ($@) { }
148 0 0 $cmp >= 0 ? :