< Summary

Class:Microsoft.FSharp.Control.ObservableModule
Assembly:FSharp.Core
File(s):F:\workspace\_work\1\s\src\fsharp\FSharp.Core\observable.fs
Covered lines:0
Uncovered lines:114
Coverable lines:114
Total lines:0
Line coverage:0% (0 of 114)
Covered branches:0
Total branches:40
Branch coverage:0% (0 of 40)
Tag:24_1835905959

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
.ctor()0%2100%
System.IObserver<'T>.OnNext(...)0%6220%
System.IObserver<'T>.OnError(...)0%6220%
System.IObserver<'T>.OnCompleted()0%6220%
Map(...)0%2100%
System.IObservable<'U>.Subscribe(...)0%2100%
Next(...)0%6220%
Error(...)0%2100%
Completed()0%2100%
Choose(...)0%2100%
System.IObservable<'U>.Subscribe(...)0%2100%
succeed@14(...)0%6200%
Next(...)0%6220%
Error(...)0%2100%
Completed()0%2100%
Filter(...)0%2100%
Invoke(...)0%6220%
Partition(...)0%2100%
Scan(...)0%2100%
System.IObservable<'U>.Subscribe(...)0%2100%
Next(...)0%6220%
Error(...)0%2100%
Completed()0%2100%
Add(...)0%2100%
Subscribe(...)0%2100%
Pairwise(...)0%2100%
System.IObservable<System.Tuple<'T, 'T>>.Subscribe(...)0%2100%
Next(...)0%6220%
Error(...)0%2100%
Completed()0%2100%
Merge(...)0%2100%
System.IObservable<'T>.Subscribe(...)0%2100%
System.IObserver<'T>.OnNext(...)0%6220%
System.IObserver<'T>.OnError(...)0%6220%
System.IObserver<'T>.OnCompleted()0%20480%
System.IObserver<'T>.OnNext(...)0%6220%
System.IObserver<'T>.OnError(...)0%6220%
System.IObserver<'T>.OnCompleted()0%20480%
System.IDisposable.Dispose()0%2100%
Split(...)0%2100%
Invoke(...)0%6220%
Invoke(...)0%6220%

File(s)

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

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

Methods/Properties

.ctor()
System.IObserver<'T>.OnNext(T)
System.IObserver<'T>.OnError(System.Exception)
System.IObserver<'T>.OnCompleted()
Map(Microsoft.FSharp.Core.FSharpFunc`2<T,TResult>,System.IObservable`1<T>)
System.IObservable<'U>.Subscribe(System.IObserver`1<TResult>)
Next(T)
Error(System.Exception)
Completed()
Choose(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.FSharpOption`1<TResult>>,System.IObservable`1<T>)
System.IObservable<'U>.Subscribe(System.IObserver`1<TResult>)
succeed@14(System.IObserver`1<TResult>,Microsoft.FSharp.Core.FSharpOption`1<TResult>)
Next(T)
Error(System.Exception)
Completed()
Filter(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>,System.IObservable`1<T>)
Invoke(T)
Partition(Microsoft.FSharp.Core.FSharpFunc`2<T,System.Boolean>,System.IObservable`1<T>)
Scan(Microsoft.FSharp.Core.FSharpFunc`2<TResult,Microsoft.FSharp.Core.FSharpFunc`2<T,TResult>>,TResult,System.IObservable`1<T>)
System.IObservable<'U>.Subscribe(System.IObserver`1<TResult>)
Next(T)
Error(System.Exception)
Completed()
Add(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.Unit>,System.IObservable`1<T>)
Subscribe(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.Unit>,System.IObservable`1<T>)
Pairwise(System.IObservable`1<T>)
System.IObservable<System.Tuple<'T, 'T>>.Subscribe(System.IObserver`1<System.Tuple`2<T,T>>)
Next(T)
Error(System.Exception)
Completed()
Merge(System.IObservable`1<T>,System.IObservable`1<T>)
System.IObservable<'T>.Subscribe(System.IObserver`1<T>)
System.IObserver<'T>.OnNext(T)
System.IObserver<'T>.OnError(System.Exception)
System.IObserver<'T>.OnCompleted()
System.IObserver<'T>.OnNext(T)
System.IObserver<'T>.OnError(System.Exception)
System.IObserver<'T>.OnCompleted()
System.IDisposable.Dispose()
Split(Microsoft.FSharp.Core.FSharpFunc`2<T,Microsoft.FSharp.Core.FSharpChoice`2<TResult1,TResult2>>,System.IObservable`1<T>)
Invoke(T)
Invoke(T)