(value)
| 398 | return path.relative(projectRoot, filePath).replace(/\\/g, '/'); |
| 399 | } |
| 400 | |
| 401 | function escapeRegExp(value) { |
| 402 | return String(value).replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); |
| 403 | } |
| 404 | |
| 405 | function extractReportLines(content, label) { |
no outgoing calls
no test coverage detected