| blib/lib/dotsh.pl | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 0 | 0 | unless open _SH_ENV, "$command" |
| 48 | 0 | 0 | if $_ =~ m[^\#\!\s*(\S+(/sh|/ksh|/zsh|/csh))\s*$] |
| 50 | 0 | 0 | unless ($shell) |
| 51 | 0 | 0 | if ($ENV{'SHELL'} =~ m[/sh$|/ksh$|/zsh$|/bash$|/csh$]) { } |
| 58 | 0 | 0 | if (length $vars > 0) { } |
| 59 | 0 | 0 | unless open _SH_ENV, qq[$shell "$vars && . $command $args && set " |] |
| 61 | 0 | 0 | unless open _SH_ENV, qq[$shell ". $command $args && set " |] |
| 72 | 0 | 0 | if $key =~ /^[A-Za-z]\w*$/ |