Branch Coverage

blib/lib/Doit/Pip.pm
Criterion Covered Total %
branch 2 16 12.5


line true false branch
28 0 1 $self->which('pip3') ? :
33 1 0 unless ($self->can_pip)
38 0 0 if ($@)
42 0 0 unless ($help_text)
46 0 0 if (not $help_text =~ /pip/ or $help_text =~ /install.*package/i)
56 0 0 if (@missing_packages)
90 0 0 if ($line =~ /^Name:\s+(\S+)/)
95 0 0 unless ($seen_package{$package})