| t/excepted.cc | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 5 | 5 | 100.0 | 
| branch | 10 | 20 | 50.0 | 
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 15 | 25 | 60.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | #include "test.h" | ||||||
| 2 | #include | ||||||
| 3 | |||||||
| 4 | using panda::excepted; | ||||||
| 5 | |||||||
| 6 | 19 | TEST_CASE("excepted", "[excepted]") { | |||||
| 7 | 2 | 50 | SECTION("copyable") { | ||||
| 50 | |||||||
| 50 | |||||||
| 50 | |||||||
| 50 | |||||||
| 8 | 2 | 50 | excepted | ||||
| 9 | 1 | 50 | excepted | ||||
| 50 | |||||||
| 10 | } | ||||||
| 11 | 73 | 50 | } | ||||
| 50 |