Branch Coverage

blib/lib/Canary/Stability.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
36 0 0 if $ENV{'PERL_CANARY_STABILITY_COLOUR'} ne 0 and -t STDOUT && length $ENV{'TERM'} || $ENV{'PERL_CANARY_STABILITY_COLOUR'}
43 0 0 if $ENV{'PERL_CANARY_STABILITY_DISABLE'}
77 0 0 if ($minvers > $VERSION) { }
0 0 elsif ($] < $minperl) { }
0 0 elsif (defined $Internals::StabilityBranchVersion) { }
0 0 elsif ($] < 5.021) { }
103 0 0 if ($ENV{'AUTOMATED_TESTING'})
182 0 0 unless ($ENV{'PERL_CANARY_STABILITY_NOPROMPT'})
185 0 0 unless ExtUtils::MakeMaker::prompt('Continue anyways? ', 'y') =~ /^y/i