| line | % | coverage | condition |
| 126 | 67 | | path("lib")->exists and path("lib")->is_dir |
| 127 | 33 | | path("t")->exists and path("t")->is_dir |
| 154 | 33 | | path("node_modules")->exists and path("node_modules")->is_dir |
| 159 | 33 | | path("src")->exists and path("src")->is_dir |
| 180 | 33 | | path("venv")->exists or path(".venv")->exists |
| 199 | 33 | | path("rust-toolchain.toml")->exists or path("rust-toolchain")->exists |
| 202 | 33 | | path("target")->exists and path("target")->is_dir |
| 271 | 33 | | path("src")->exists and path("src")->is_dir |
| 272 | 33 | | path("tests")->exists and path("tests")->is_dir |
| 325 | 33 | | path("include")->exists and path("include")->is_dir |