| blib/lib/App/MHFS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 0 | unless (&GetOptions("flush", \$flush, "cfgdir=s", \$cfgdir, "fallback_data_root=s", \$fallback_data_root, "appdir=s", \$appdir, "help|h", \$help, "version|v", \$versionflag, "debug|d", \$debug)) |
| 48 | 0 | 0 | if ($help) { } |
| 0 | 0 | elsif ($versionflag) { } | |
| 58 | 0 | 0 | if $flush |
| 59 | 0 | 0 | if $cfgdir |
| 60 | 0 | 0 | if $fallback_data_root |
| 61 | 0 | 0 | if $appdir |
| 62 | 0 | 0 | if $debug |