Completed
Push — master ( 56b2a2...4da2f1 )
by Pol
02:28
created

Attribute::alter()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 11

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 6
CRAP Score 2

Importance

Changes 0
Metric Value
dl 0
loc 11
ccs 6
cts 6
cp 1
rs 9.9
c 0
b 0
f 0
cc 2
nc 2
nop 1
crap 2
1
<?php
2
3
namespace drupol\htmltag\Attribute;
4
5
/**
6
 * Class Attribute.
7
 */
8
final class Attribute extends AbstractAttribute
9
{
10
}
11