Passed
Push — master ( 3c51f7...cb577c )
by Felipe Catão do
01:11
created

Framework/routesEngine.d.ts   A

Complexity

Total Complexity 30
Complexity/F 1

Size

Lines of Code 17
Function Count 30

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 16
dl 0
loc 17
rs 10
c 0
b 0
f 0
wmc 30
mnd 0
bc 0
fnc 30
bpm 0
cpm 1
noi 0

15 Functions

Rating   Name   Duplication   Size   Complexity  
A Routes.resolveAwait 0 1 1
A Routes.redirectLocation 0 1 1
A Routes.whenChangeRoute 0 1 1
A Routes.runRoute 0 1 1
A Routes.whenChangeLocation 0 1 1
A Routes.getRouteVars 0 1 1
A Routes.whenChange 0 1 1
A Routes.goToLink 0 1 1
A Routes.getRoutesOutside 0 1 1
A Routes.whenUpdate 0 1 1
A Routes.removeVarsOfRoute 0 1 1
A Routes.registerRoute 0 1 1
A Routes.addEventSync 0 1 1
A Routes.getUpdateRoutes 0 1 1
A Routes.whenAwait 0 1 1
1
export class Routes{
2
    goToLink(link:any):void
3
    getUpdateRoutes():void
4
    getRouteVars():void
5
    getRoutesOutside(routetarget:any):void
6
    removeVarsOfRoute(route:any):any
7
    registerRoute(routePathRegister:any, compEvent:any):void
8
    runRoute(initialPage:any, InitialPageRedirect:any):voisd
9
    whenUpdate(eventClass:any):void
10
    whenChange(eventClass:any, object:any):void
11
    whenChangeRoute(eventClass:any):void
12
    whenChangeLocation(eventClass:any):void
13
    redirectLocation():void
14
    addEventSync():void
15
    resolveAwait():void
16
    whenAwait(eventClass:any):void
17
}