blib/lib/Complete/Module.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 33 | 38 | 86.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
222 | 367 | 2210 | 1883 | $isint and not $is_dir |
223 | 181 | 149 | 2247 | $is_dir and $isint || $find_prefix |
224 | 2447 | 2 | 128 | /(.+)\.pm\z/ and $find_pm |
225 | 2565 | 2 | 10 | /(.+)\.pmc\z/ and $find_pmc |
226 | 2558 | 2 | 17 | /(.+)\.pod\z/ and $find_pod |
257 | 0 | 0 | 0 | $sch->[1]{'in'} and not grep({index($_, $word) == 0;} @{$$sch[1]{"in"};}) |
line | l | !l | condition |
---|---|---|---|
163 | 22 | 0 | $args{'word'} // "" |
187 | 0 | 1 | $1 // "" |
195 | 1 | 21 | $args{'find_pm'} // 1 |
196 | 1 | 21 | $args{'find_pmc'} // 1 |
197 | 1 | 21 | $args{'find_pod'} // 1 |
198 | 1 | 21 | $args{'find_prefix'} // 1 |
203 | 10 | 16 | $ns_prefix //= "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
219 | 228 | 228 | 4684 | $_ eq "." or $_ eq ".." |
223 | 2210 | 185 | 1 | $isint || $find_prefix |