| blib/lib/Complete/Module.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 33 | 35 | 94.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 220 | 365 | 2180 | 1883 | $isint and not $is_dir |
| 221 | 181 | 147 | 2217 | $is_dir and $isint || $find_prefix |
| 222 | 2415 | 2 | 128 | /(.+)\.pm\z/ and $find_pm |
| 223 | 2533 | 2 | 10 | /(.+)\.pmc\z/ and $find_pmc |
| 224 | 2526 | 2 | 17 | /(.+)\.pod\z/ and $find_pod |
| line | l | !l | condition |
|---|---|---|---|
| 161 | 22 | 0 | $args{'word'} // '' |
| 185 | 0 | 1 | $1 // '' |
| 193 | 1 | 21 | $args{'find_pm'} // 1 |
| 194 | 1 | 21 | $args{'find_pmc'} // 1 |
| 195 | 1 | 21 | $args{'find_pod'} // 1 |
| 196 | 1 | 21 | $args{'find_prefix'} // 1 |
| 201 | 10 | 16 | $ns_prefix //= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 217 | 228 | 228 | 4652 | $_ eq '.' or $_ eq '..' |
| 221 | 2180 | 183 | 1 | $isint || $find_prefix |