Framework/reactive.d.ts   A
last analyzed

Complexity

Total Complexity 8
Complexity/F 1

Size

Lines of Code 6
Function Count 8

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 8
mnd 0
bc 0
fnc 8
bpm 0
cpm 1
noi 0

4 Functions

Rating   Name   Duplication   Size   Complexity  
A Reactive.createCycle 0 1 1
A Reactive.syncEffect 0 1 1
A Reactive.findValue 0 1 1
A Reactive.addReactiveElement 0 1 1
1
export class Reactive{
2
    addReactiveElement(element:any,effect:any):void
3
    findValue(valueElement:any):void
4
    syncEffect():void
5
    createCycle():void
6
}