blib/lib/Pod/Eventual.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 16 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
161 | 22 | 52 | 4 | $in_pod and $line =~ /^=cut(?:\s*)(.*?)(\n)\z/ |
176 | 1 | 3 | 4 | $current and not $in_pod |
195 | 5 | 7 | 20 | $current and $current->{'type'} eq "blank" |
196 | 0 | 2 | 23 | $current and $current->{'type'} ne "blank" |
line | l | !l | condition |
---|---|---|---|
155 | 0 | 4 | $arg ||= {} |
185 | 12 | 5 | $current ||= {"type", "nonpod", "start_line", $handle->input_line_number, "content", ""} |