Passed
Push — master ( 069cb5...599663 )
by Felipe Catão do
02:52 queued 01:40
created

Framework/routesEngine.d.ts   A

Complexity

Total Complexity 32
Complexity/F 1

Size

Lines of Code 18
Function Count 32

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 17
dl 0
loc 18
rs 9.84
c 0
b 0
f 0
wmc 32
mnd 0
bc 0
fnc 32
bpm 0
cpm 1
noi 0

16 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
A Routes.routeExecution 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
    routeExecution(initialpage:any,initialPageRedirect:any):void
18
}