| include/eshu_xml.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 248 | 264 | 93.9 |
| branch | 191 | 252 | 75.7 |
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 439 | 516 | 85.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | /* | ||||||
| 2 | * eshu_xml.h — XML/HTML indentation scanner | ||||||
| 3 | * | ||||||
| 4 | * Tracks tag nesting depth. Self-closing tags and void elements | ||||||
| 5 | * don't affect depth. Preserves content inside , |