| blib/lib/App/sdview/Parser/Pod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 30 | 66.6 |
| line | l | !l | condition |
|---|---|---|---|
| 428 | 0 | 0 | warn "Unsure what to do with line $line" and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 173 | 0 | 0 | 6 | @spec and not $spec[0] =~ /=/u |
| 190 | 1 | 0 | 2 | @args and not $args[0] =~ /=/u |
| 228 | 0 | 3 | 3 | defined $uri and not $uri =~ m[^\w+://]u |
| 289 | 6 | 18 | 14 | $_curpara and $_curpara->type eq "item" |
| 24 | 0 | 14 | $_curpara and $_curpara->type eq "item" and $_curpara->listtype eq "text" | |
| 18 | 3 | 11 | $_curpara and $_curpara->type eq "item" and $_curpara->listtype eq "text" and not length $_curpara->text | |
| 374 | 6 | 1 | 1 | $1 && $2 |
| 425 | 11 | 0 | 3 | $line =~ /^\|-/u and push @rows, [] |
| line | l | !l | condition |
|---|---|---|---|
| 172 | 6 | 0 | $attrs->{'title'} // "" |
| 176 | 6 | 0 | $spec{'style'} // "md" |