Passed
Push — master ( 31e3b7...3c51f7 )
by Felipe Catão do
01:12
created

Framework/components.d.ts   A

Complexity

Total Complexity 6
Complexity/F 1

Size

Lines of Code 5
Function Count 6

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

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

3 Functions

Rating   Name   Duplication   Size   Complexity  
A Components.createComponent 0 1 1
A Components.addListener 0 1 1
A Components.renderComponent 0 1 1
1
export class Components{
2
    createComponent(componentName:any,content:any):void
3
    renderComponent(targetRender:any,componentName:any):void
4
    addListener(targetElement:any,type:any,functionCall:any):void
5
}