blib/lib/Complete/Module.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 33 | 35 | 94.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
190 | 358 | 2165 | 1883 | $isint and not $is_dir |
191 | 179 | 146 | 2198 | $is_dir and $isint || $find_prefix |
192 | 2395 | 2 | 126 | /(.+)\.pm\z/ and $find_pm |
193 | 2511 | 2 | 10 | /(.+)\.pmc\z/ and $find_pmc |
194 | 2504 | 2 | 17 | /(.+)\.pod\z/ and $find_pod |
line | l | !l | condition |
---|---|---|---|
134 | 20 | 0 | $args{'word'} // '' |
138 | 4 | 16 | $args{'ns_prefix'} // '' |
161 | 0 | 1 | $1 // '' |
169 | 1 | 19 | $args{'find_pm'} // 1 |
170 | 1 | 19 | $args{'find_pmc'} // 1 |
171 | 1 | 19 | $args{'find_pod'} // 1 |
172 | 1 | 19 | $args{'find_prefix'} // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
187 | 222 | 222 | 4614 | $_ eq '.' or $_ eq '..' |
191 | 2165 | 178 | 1 | $isint || $find_prefix |