blib/lib/Net/vFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 14 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
196 | 5 | 61 | 0 | @lines and $lines[0] =~ /^\s(.*)/ |
202 | 39 | 0 | 27 | $line =~ /^([\w\-]+):(.*)/ and exists $$varHandler{$1} |
209 | 0 | 15 | 24 | $line =~ /^([\w\-]+);([^:]*):(.*)/ and exists $$varHandler{$1} |
414 | 28 | 0 | 0 | exists $_[0]{$_[1]}{'_alias'} and $_[0]{$_[1]}{'_alias'}{$actual} |
line | l | !l | condition |
---|---|---|---|
180 | 5 | 0 | $classMap{uc $thing} || die("Don't know how to load ${thing}s\n") |