CarrierModule   A
last analyzed

Complexity

Total Complexity 2

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
dl 0
loc 11
rs 10
c 0
b 0
f 0
wmc 2
lcom 0
cbo 0

2 Methods

Rating   Name   Duplication   Size   Complexity  
A __construct() 0 3 1
A l() 0 3 1
1
<?php
2
3
class CarrierModule {
4
5
    public function __construct(){
6
7
    }
8
9
    public function l(){
10
11
    }
12
13
}