| src/panda/uri/http.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 6 | 0 | 3 | struct URI::https : Strict |
| 10 | 1 | 0 | static string default_scheme () { return "https"; } |
| 13 | 0 | 17 | struct URI::http : Strict |
| 17 | 1 | 0 | static string default_scheme () { return "http"; } |