| blib/lib/App/GHGen/Detector.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 30 | 36.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 126 | 6 | 0 | 1 | path("lib")->exists and path("lib")->is_dir |
| 127 | 7 | 0 | 0 | path("t")->exists and path("t")->is_dir |
| 154 | 7 | 0 | 0 | path("node_modules")->exists and path("node_modules")->is_dir |
| 159 | 7 | 0 | 0 | path("src")->exists and path("src")->is_dir |
| 202 | 7 | 0 | 0 | path("target")->exists and path("target")->is_dir |
| 271 | 7 | 0 | 0 | path("src")->exists and path("src")->is_dir |
| 272 | 7 | 0 | 0 | path("tests")->exists and path("tests")->is_dir |
| 325 | 7 | 0 | 0 | path("include")->exists and path("include")->is_dir |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 180 | 0 | 0 | 7 | path("venv")->exists or path(".venv")->exists |
| 199 | 0 | 0 | 7 | path("rust-toolchain.toml")->exists or path("rust-toolchain")->exists |