blib/lib/Terminal/Identify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
137 | 0 | 0 | 0 | defined $_[0] && $_[0] ne '' |
159 | 0 | 0 | 0 | defined $_[0] and length $_[0] > 0 |
362 | 0 | 0 | 0 | $shell ne "nologin" and $shell ne "sync" |
0 | 0 | 0 | $shell ne "nologin" and $shell ne "sync" and $shell ne "false" | |
364 | 0 | 0 | 0 | grep /^$user$/u, @user_array and grep /^$shell$/u, @shell_array |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
312 | 0 | 0 | 0 | $method1 || $method2 || $method3 || $method4 |
342 | 0 | 0 | 0 | not defined $term_path or $term_path eq "" |