blib/lib/App/Cme/Command/edit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
62 | 0 | 0 | unless (defined $ui_type) |
63 | 0 | 0 | if ($has_tk) { } |
0 | 0 | elsif ($has_curses) { } | |
80 | 0 | 0 | if ($ui_type eq 'shell') { } |
0 | 0 | elsif ($ui_type eq 'curses') { } | |
0 | 0 | elsif ($ui_type eq 'tk') { } | |
85 | 0 | 0 | unless $has_curses |
92 | 0 | 0 | unless open my $fh, ">", $err_file |
93 | 0 | 0 | unless open STDERR, ">&", $fh |
103 | 0 | 0 | unless $has_tk |