< Summary

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

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
.ctor(...)0%2100%
.cctor()0%2100%
OnSerializing(...)0%12320%
OnDeserialized(...)0%12320%
Create(...)0%2100%
.ctor(...)0%2100%
Add(...)0%2100%
Change(...)0%2100%
TryPick(...)0%2100%
Exists(...)0%2100%
Filter(...)0%2100%
ForAll(...)0%2100%
Fold(...)0%2100%
FoldSection(...)0%2100%
Iterate(...)0%2100%
MapRange(...)0%2100%
Map(...)0%2100%
Partition(...)0%2100%
ContainsKey(...)0%2100%
Remove(...)0%2100%
TryGetValue(...)0%2100%
TryFind(...)0%2100%
ToList()0%2100%
ToArray()0%2100%
ofList(...)0%2100%
ComputeHashCode()0%12320%
Equals(...)0%20400%
GetHashCode()0%2100%
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.GetEnumerator()0%2100%
System.Collections.IEnumerable.GetEnumerator()0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.get_Item(...)0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.set_Item(...)0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.get_Keys()0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.get_Values()0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.Add(...)0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.ContainsKey(...)0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.TryGetValue(...)0%2100%
System.Collections.Generic.IDictionary<'Key, 'Value>.Remove(...)0%2100%
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.Add(...)0%2100%
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.Clear()0%2100%
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.Remove(...)0%2100%
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.CopyTo(...)0%2100%
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.get_IsReadOnly()0%2100%
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.get_Count()0%2100%
System.IComparable.CompareTo(...)0%6200%
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.get_Count()0%2100%
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.get_Item(...)0%2100%
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.get_Keys()0%2100%
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.TryGetValue(...)0%2100%
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.get_Values()0%2100%
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.ContainsKey(...)0%2100%
ToString()0%30580%

File(s)

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

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

Methods/Properties

OnSerializing(System.Runtime.Serialization.StreamingContext)
OnDeserialized(System.Runtime.Serialization.StreamingContext)
.ctor(System.Collections.Generic.IComparer`1<TKey>,Microsoft.FSharp.Collections.MapTree`2<TKey,TValue>)
.cctor()
Empty()
Create(System.Collections.Generic.IEnumerable`1<System.Tuple`2<TKey,TValue>>)
.ctor(System.Collections.Generic.IEnumerable`1<System.Tuple`2<TKey,TValue>>)
Comparer()
Tree()
Add(TKey,TValue)
Change(TKey,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpOption`1<TValue>,Microsoft.FSharp.Core.FSharpOption`1<TValue>>)
Item(TKey)
TryPick(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,Microsoft.FSharp.Core.FSharpOption`1<a>>>)
Exists(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,System.Boolean>>)
Filter(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,System.Boolean>>)
ForAll(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,System.Boolean>>)
Fold(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,Microsoft.FSharp.Core.FSharpFunc`2<a,a>>>,a)
FoldSection(TKey,TKey,Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,Microsoft.FSharp.Core.FSharpFunc`2<z,z>>>,z)
Iterate(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,Microsoft.FSharp.Core.Unit>>)
MapRange(Microsoft.FSharp.Core.FSharpFunc`2<TValue,b>)
Map(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,b>>)
Partition(Microsoft.FSharp.Core.FSharpFunc`2<TKey,Microsoft.FSharp.Core.FSharpFunc`2<TValue,System.Boolean>>)
Count()
ContainsKey(TKey)
Remove(TKey)
TryGetValue(TKey,TValue&)
TryFind(TKey)
ToList()
ToArray()
ofList(Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<TKey,TValue>>)
ComputeHashCode()
Equals(System.Object)
GetHashCode()
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.IDictionary<'Key, 'Value>.get_Item(TKey)
System.Collections.Generic.IDictionary<'Key, 'Value>.set_Item(TKey,TValue)
System.Collections.Generic.IDictionary<'Key, 'Value>.get_Keys()
System.Collections.Generic.IDictionary<'Key, 'Value>.get_Values()
System.Collections.Generic.IDictionary<'Key, 'Value>.Add(TKey,TValue)
System.Collections.Generic.IDictionary<'Key, 'Value>.ContainsKey(TKey)
System.Collections.Generic.IDictionary<'Key, 'Value>.TryGetValue(TKey,TValue&)
System.Collections.Generic.IDictionary<'Key, 'Value>.Remove(TKey)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.Clear()
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.get_IsReadOnly()
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.get_Count()
System.IComparable.CompareTo(System.Object)
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<'Key, 'Value>>.get_Count()
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.get_Item(TKey)
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.get_Keys()
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.TryGetValue(TKey,TValue&)
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.get_Values()
System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>.ContainsKey(TKey)
ToString()