| File: | blib/lib/App/Project/Doctor/Fixer.pm |
| Coverage: | 100.0% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 44 | 100 | T | F | unless $args->{'report'}->isa("App::Project::Doctor::Report") |
| 46 | 100 | T | F | unless $args->{'context'}->isa("App::Project::Doctor::Context") |
| 79 | 100 | T | F | unless @fixable |
| 81 | 100 | T | F | $self->non_interactive ? : |
| 116 | 100 | T | F | unless defined $answer |
| 120 | 100 | T | F | if $answer eq "" or $answer =~ /^y(?:es)?$/i |
| 124 | 100 | T | F | if ($answer =~ /^n(?:o)?$/i) |
| 130 | 100 | T | F | if ($answer =~ /^[\d,\s]+$/) |
| 134 | 100 | T | F | if $_ >= 1 and $_ <= $max |
| 158 | 100 | T | F | if ($ok) { } |