Interface ICoverageVisitor

All Known Implementing Classes:
ClassInfo.Printer, CoverageBuilder

public interface ICoverageVisitor
Interface for coverage data output as a stream of IClassCoverage instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    For analyzed class coverage data is emitted to this method.
  • Method Details

    • visitCoverage

      void visitCoverage(IClassCoverage coverage)
      For analyzed class coverage data is emitted to this method.
      Parameters:
      coverage - coverage data for a class