| include/eshu_xml.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 286 | 303 | 94.3 |
| branch | 204 | 270 | 75.5 |
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 490 | 573 | 85.5 |
| 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 , |