< Summary

Class:Microsoft.FSharp.Collections.Internal
Assembly:FSharp.Core
File(s):F:\workspace\_work\1\s\src\fsharp\FSharp.Core\seq.fs
Covered lines:0
Uncovered lines:182
Coverable lines:182
Total lines:0
Line coverage:0% (0 of 182)
Covered branches:0
Total branches:69
Branch coverage:0% (0 of 69)
Tag:24_1835905959

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
tryItem(...)0%12340%
nth(...)0%20480%
.ctor()0%2100%
GetCurrent()0%12330%
System.Collections.Generic.IEnumerator<'T>.get_Current()0%2100%
System.Collections.IEnumerator.get_Current()0%2100%
System.Collections.IEnumerator.MoveNext()0%6220%
System.Collections.IEnumerator.Reset()0%2100%
System.IDisposable.Dispose()0%2100%
map(...)0%2100%
DoMoveNext(...)0%6220%
Dispose()0%2100%
mapi(...)0%2100%
DoMoveNext(...)0%6220%
Dispose()0%2100%
map2(...)0%2100%
DoMoveNext(...)0%12340%
Dispose()0%2100%
mapi2(...)0%2100%
DoMoveNext(...)0%12340%
Dispose()0%2100%
map3(...)0%2100%
DoMoveNext(...)0%20460%
Dispose()0%2100%
choose(...)0%2100%
get@165(...)0%12320%
System.Collections.Generic.IEnumerator<'U>.get_Current()0%2100%
System.Collections.IEnumerator.get_Current()0%2100%
System.Collections.IEnumerator.MoveNext()0%20440%
System.Collections.IEnumerator.Reset()0%2100%
System.IDisposable.Dispose()0%2100%
filter(...)0%2100%
System.Collections.Generic.IEnumerator<'T>.get_Current()0%6200%
System.Collections.IEnumerator.get_Current()0%6200%
next@193(...)0%20480%
System.Collections.IEnumerator.MoveNext()0%2100%
System.Collections.IEnumerator.Reset()0%2100%
System.IDisposable.Dispose()0%2100%
unfold(...)0%2100%
DoMoveNext(...)0%6220%
Dispose()0%2100%
upto(...)0%20420%
getCurrent@238(...)0%20480%
Invoke(...)0%2100%
System.Collections.Generic.IEnumerator<'U>.get_Current()0%2100%
System.Collections.IEnumerator.get_Current()0%2100%
System.Collections.IEnumerator.MoveNext()0%305160%
System.Collections.IEnumerator.Reset()0%2100%
System.IDisposable.Dispose()0%2100%
.ctor(...)0%2100%
Get()0%12340%
System.Collections.Generic.IEnumerator<'T>.get_Current()0%2100%
System.Collections.IEnumerator.MoveNext()0%6220%
System.Collections.IEnumerator.get_Current()0%2100%
System.Collections.IEnumerator.Reset()0%2100%
System.IDisposable.Dispose()0%2100%

File(s)

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

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

Methods/Properties

tryItem(System.Int32,System.Collections.Generic.IEnumerator`1<T>)
nth(System.Int32,System.Collections.Generic.IEnumerator`1<T>)
.ctor()
GetCurrent()
System.Collections.Generic.IEnumerator<'T>.get_Current()
System.Collections.IEnumerator.get_Current()
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
map(Microsoft.FSharp.Core.FSharpFunc`2<a,b>,System.Collections.Generic.IEnumerator`1<a>)
DoMoveNext(b&)
Dispose()
mapi(Microsoft.FSharp.Core.FSharpFunc`2<System.Int32,Microsoft.FSharp.Core.FSharpFunc`2<a,b>>,System.Collections.Generic.IEnumerator`1<a>)
DoMoveNext(b&)
Dispose()
map2(Microsoft.FSharp.Core.FSharpFunc`2<a,Microsoft.FSharp.Core.FSharpFunc`2<b,c>>,System.Collections.Generic.IEnumerator`1<a>,System.Collections.Generic.IEnumerator`1<b>)
DoMoveNext(c&)
Dispose()
mapi2(Microsoft.FSharp.Core.FSharpFunc`2<System.Int32,Microsoft.FSharp.Core.FSharpFunc`2<a,Microsoft.FSharp.Core.FSharpFunc`2<b,c>>>,System.Collections.Generic.IEnumerator`1<a>,System.Collections.Generic.IEnumerator`1<b>)
DoMoveNext(c&)
Dispose()
map3(Microsoft.FSharp.Core.FSharpFunc`2<a,Microsoft.FSharp.Core.FSharpFunc`2<b,Microsoft.FSharp.Core.FSharpFunc`2<c,d>>>,System.Collections.Generic.IEnumerator`1<a>,System.Collections.Generic.IEnumerator`1<b>,System.Collections.Generic.IEnumerator`1<c>)
DoMoveNext(d&)
Dispose()
choose(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.FSharpOption`1<TResult>>,System.Collections.Generic.IEnumerator`1<T>)
get@165(Microsoft.FSharp.Core.FSharpRef`1<System.Boolean>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<TResult>>,Microsoft.FSharp.Core.Unit)
System.Collections.Generic.IEnumerator<'U>.get_Current()
System.Collections.IEnumerator.get_Current()
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
filter(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>,System.Collections.Generic.IEnumerator`1<T>)
System.Collections.Generic.IEnumerator<'T>.get_Current()
System.Collections.IEnumerator.get_Current()
next@193(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>,System.Collections.Generic.IEnumerator`1<T>,Microsoft.FSharp.Core.FSharpRef`1<System.Boolean>,Microsoft.FSharp.Core.Unit)
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
unfold(Microsoft.FSharp.Core.FSharpFunc`2<a,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<b,a>>>,a)
DoMoveNext(b&)
Dispose()
upto(Microsoft.FSharp.Core.FSharpOption`1<System.Int32>,Microsoft.FSharp.Core.FSharpFunc`2<System.Int32,TResult>)
getCurrent@238(Microsoft.FSharp.Core.FSharpFunc`2<System.Int32,TResult>,Microsoft.FSharp.Core.FSharpRef`1<System.Int32>,Microsoft.FSharp.Core.FSharpRef`1<System.Lazy`1<TResult>>,Microsoft.FSharp.Core.Unit)
Invoke(Microsoft.FSharp.Core.Unit)
System.Collections.Generic.IEnumerator<'U>.get_Current()
System.Collections.IEnumerator.get_Current()
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
.ctor(T[])
Get()
System.Collections.Generic.IEnumerator<'T>.get_Current()
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.get_Current()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()