| 228 | } |
| 229 | |
| 230 | bool |
| 231 | maybe_fail(system::error_code& ec) |
| 232 | { |
| 233 | if(n && --n > 0) |
| 234 | return true; |
| 235 | ec = error::test_failure; |
| 236 | return false; |
| 237 | } |
| 238 | |
| 239 | bool |
| 240 | on_document_begin( |
nothing calls this directly
no outgoing calls
no test coverage detected