I am seeing lines of code which are not covered by any tests. I would like to have as many lines as possible covered.
This includes:
At the same time we can annotate several methods with ExcludeFromCodeCoverage e.g. Shim.With(Delegate replacement) as this method simply forwards to WithImpl(Delegate replacement) which is fully covered.
I am seeing lines of code which are not covered by any tests. I would like to have as many lines as possible covered.
This includes:
At the same time we can annotate several methods with
ExcludeFromCodeCoveragee.g.Shim.With(Delegate replacement)as this method simply forwards toWithImpl(Delegate replacement)which is fully covered.