< Summary

Class:Microsoft.FSharp.Collections.FSharpSet`1
Assembly:FSharp.Core
File(s):F:\workspace\_work\1\s\src\fsharp\FSharp.Core\set.fs
Covered lines:0
Uncovered lines:98
Coverable lines:98
Total lines:0
Line coverage:0% (0 of 98)
Covered branches:0
Total branches:26
Branch coverage:0% (0 of 26)
Tag:24_1835905959

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
.ctor(...)0%2100%
.cctor()0%2100%
OnSerializing(...)0%2100%
OnDeserialized(...)0%2100%
Add(...)0%2100%
Remove(...)0%2100%
Contains(...)0%2100%
Iterate(...)0%2100%
Fold(...)0%2100%
Invoke(...)0%2100%
Partition(...)0%6220%
Filter(...)0%6220%
Map(...)0%2100%
Invoke(...)0%2100%
Exists(...)0%2100%
ForAll(...)0%2100%
op_Subtraction(...)0%12340%
op_Addition(...)0%12340%
Intersection(...)0%12340%
Union(...)0%2100%
Invoke(...)0%2100%
Intersection(...)0%2100%
Invoke(...)0%2100%
Equality(...)0%2100%
Compare(...)0%2100%
IsSubsetOf(...)0%2100%
IsSupersetOf(...)0%2100%
IsProperSubsetOf(...)0%2100%
IsProperSupersetOf(...)0%2100%
ToList()0%2100%
ToArray()0%2100%
ComputeHashCode()0%12320%
GetHashCode()0%2100%
Equals(...)0%20400%
System.IComparable.CompareTo(...)0%2100%
System.Collections.Generic.ICollection<'T>.Add(...)0%2100%
System.Collections.Generic.ICollection<'T>.Clear()0%2100%
System.Collections.Generic.ICollection<'T>.Remove(...)0%2100%
System.Collections.Generic.ICollection<'T>.Contains(...)0%2100%
System.Collections.Generic.ICollection<'T>.CopyTo(...)0%2100%
System.Collections.Generic.ICollection<'T>.get_IsReadOnly()0%2100%
System.Collections.Generic.ICollection<'T>.get_Count()0%2100%
System.Collections.Generic.IReadOnlyCollection<'T>.get_Count()0%2100%
System.Collections.Generic.IEnumerable<'T>.GetEnumerator()0%2100%
System.Collections.IEnumerable.GetEnumerator()0%2100%
Singleton(...)0%2100%
.ctor(...)0%2100%
Create(...)0%2100%
FromArray(...)0%2100%
ToString()0%30580%

File(s)

F:\workspace\_work\1\s\src\fsharp\FSharp.Core\set.fs

File 'F:\workspace\_work\1\s\src\fsharp\FSharp.Core\set.fs' does not exist (any more).

Methods/Properties

.ctor(System.Collections.Generic.IComparer`1<T>,Microsoft.FSharp.Collections.SetTree`1<T>)
.cctor()
OnSerializing(System.Runtime.Serialization.StreamingContext)
OnDeserialized(System.Runtime.Serialization.StreamingContext)
Comparer()
Tree()
Empty()
Add(T)
Remove(T)
Count()
Contains(T)
Iterate(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.Unit>)
Fold(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.FSharpFunc`2<a,a>>,a)
Invoke(a,T)
Partition(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>)
Filter(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>)
Map(Microsoft.FSharp.Core.FSharpFunc`2<T,TResult>)
Invoke(Microsoft.FSharp.Collections.SetTree`1<TResult>,T)
Exists(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>)
ForAll(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>)
op_Subtraction(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
op_Addition(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
Intersection(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
Union(System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Collections.FSharpSet`1<T>>)
Invoke(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
Intersection(System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Collections.FSharpSet`1<T>>)
Invoke(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
Equality(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
Compare(Microsoft.FSharp.Collections.FSharpSet`1<T>,Microsoft.FSharp.Collections.FSharpSet`1<T>)
Choose()
MinimumElement()
MaximumElement()
IsSubsetOf(Microsoft.FSharp.Collections.FSharpSet`1<T>)
IsSupersetOf(Microsoft.FSharp.Collections.FSharpSet`1<T>)
IsProperSubsetOf(Microsoft.FSharp.Collections.FSharpSet`1<T>)
IsProperSupersetOf(Microsoft.FSharp.Collections.FSharpSet`1<T>)
ToList()
ToArray()
ComputeHashCode()
GetHashCode()
Equals(System.Object)
System.IComparable.CompareTo(System.Object)
System.Collections.Generic.ICollection<'T>.Add(T)
System.Collections.Generic.ICollection<'T>.Clear()
System.Collections.Generic.ICollection<'T>.Remove(T)
System.Collections.Generic.ICollection<'T>.Contains(T)
System.Collections.Generic.ICollection<'T>.CopyTo(T[],System.Int32)
System.Collections.Generic.ICollection<'T>.get_IsReadOnly()
System.Collections.Generic.ICollection<'T>.get_Count()
System.Collections.Generic.IReadOnlyCollection<'T>.get_Count()
System.Collections.Generic.IEnumerable<'T>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Singleton(T)
.ctor(System.Collections.Generic.IEnumerable`1<T>)
Create(System.Collections.Generic.IEnumerable`1<T>)
FromArray(T[])
ToString()