final class CoverageException
    extends RuntimeException
Public API: explicitly declared with @visibility public.

Reports a measurement infrastructure failure independently of SQL generation.

Distinguish measurement failure from generated SQL failuresdoctest
$failure = new \SqlFaker\Generation\Coverage\CoverageException('snapshot unavailable');
    $failure->getMessage() // => 'snapshot unavailable'

Test cases 14§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 13

Relations§

Instantiated in 21