Completed
Push — master ( 6214aa...daa834 )
by Jason
08:16
created

ChildListBlock::canView()   B

Complexity

Conditions 5
Paths 4

Size

Total Lines 14
Code Lines 7

Duplication

Lines 14
Ratio 100 %

Code Coverage

Tests 0
CRAP Score 30

Importance

Changes 0
Metric Value
dl 14
loc 14
ccs 0
cts 8
cp 0
rs 8.8571
c 0
b 0
f 0
cc 5
eloc 7
nc 4
nop 1
crap 30
1
<?php
2
3
class ChildListBlock extends Block
4
{
5
    /**
6
     * @var string
7
     */
8
    private static $singular_name = 'Child List Block';
9
10
    /**
11
     * @var string
12
     */
13
    private static $plural_name = 'Child List Blocks';
14
}