Excluded from coverage
This commit is contained in:
parent
c8cbe2cec8
commit
0a88139c75
@ -1,10 +1,12 @@
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
|
||||
namespace FastRngTests.Double
|
||||
{
|
||||
[ExcludeFromCodeCoverage]
|
||||
public sealed class FrequencyAnalysis
|
||||
{
|
||||
private readonly uint[] data;
|
||||
|
@ -1,7 +1,9 @@
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace FastRngTests.Double
|
||||
{
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal sealed class RunningStatistics
|
||||
{
|
||||
private double previousM;
|
||||
|
@ -1,9 +1,11 @@
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace FastRngTests.Float
|
||||
{
|
||||
[ExcludeFromCodeCoverage]
|
||||
public sealed class FrequencyAnalysis
|
||||
{
|
||||
private readonly uint[] data;
|
||||
|
@ -1,7 +1,9 @@
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace FastRngTests.Float
|
||||
{
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal sealed class RunningStatistics
|
||||
{
|
||||
private float previousM;
|
||||
|
Loading…
Reference in New Issue
Block a user