| blib/lib/Term/Menus/FromFile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 232 | 0 | 0 | if ($menu_pick eq ']quit[') | 
| 241 | 0 | 0 | if ($?) | 
| 333 | 0 | 0 | if (-e $menu_file_name) { } | 
| 334 | 0 | 0 | unless open $menu_file, '<', $menu_file_name | 
| 358 | 0 | 0 | if ($line =~ /#TITLE:(.*)/) | 
| 374 | 0 | 0 | if ($#menu_lines <= 0) |