| blib/lib/App/Framework/Core/Script.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 20 | 60.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 112 | 0 | 26 | if $class_debug | 
| 125 | 0 | 26 | if $class_debug | 
| 188 | 19 | 17 | if (lc $exit_type eq 'die') { } | 
| 220 | 1 | 0 | if ($this->is_error($error)) | 
| 226 | 0 | 0 | if ($this->is_warning($error)) | 
| 232 | 0 | 0 | if ($this->is_note($error)) | 
| 282 | 1 | 7 | $level eq 'man-dev' ? : | 
| 288 | 0 | 8 | if $level eq 'opt' | 
| 289 | 1 | 7 | if $level eq 'help' | 
| 290 | 1 | 7 | if $level =~ /^man/ |