| line | % | coverage | condition |
| 122 | 67 | | path("lib")->exists and path("lib")->is_dir |
| 123 | 33 | | path("t")->exists and path("t")->is_dir |
| 150 | 33 | | path("node_modules")->exists and path("node_modules")->is_dir |
| 155 | 33 | | path("src")->exists and path("src")->is_dir |
| 176 | 33 | | path("venv")->exists or path(".venv")->exists |
| 195 | 33 | | path("rust-toolchain.toml")->exists or path("rust-toolchain")->exists |
| 198 | 33 | | path("target")->exists and path("target")->is_dir |
| 267 | 33 | | path("src")->exists and path("src")->is_dir |
| 268 | 33 | | path("tests")->exists and path("tests")->is_dir |
| 321 | 33 | | path("include")->exists and path("include")->is_dir |