blib/lib/Siebel/Lbconfig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
120 | 29 | 0 | if ($comp_alias =~ /$underscore/) { } |
133 | 75 | 0 | if (exists $servers_ref->{$server}) { } |
178 | 0 | 1 | unless open my $out, '>', $lbconfig |
195 | 0 | 2 | unless open my $old, '<', $file |
196 | 0 | 2 | unless open my $out, '>', $new |
201 | 2302 | 13595 | if ($_ =~ /$conn_regex/) { } |
204 | 2302 | 0 | if ($_ =~ /$replace_regex/) { } |
206 | 29 | 2273 | if (exists $aliases{$3}) { } |