blib/lib/Text/Split.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 35 | 0 | 0 | exists $$slurp{'chomped'} and not exists $$slurp{'chomp'} |
64 | 33 | 0 | 2 | exists $$slurp{'trimmed'} and not exists $$slurp{'trim'} |
137 | 12 | 0 | 3 | wantarray and my $slurp = delete $given{'slurp'} |
151 | 18 | 8 | 0 | exists $given{$_} and $slurp{$_} = $given{$_} |
164 | 3 | 6 | 4 | wantarray and $slurp{'wantlist'} |