Passed
Push — master ( 6543ef...1877a1 )
by Gabriel
11:24
created

Notification::generateMessageBuilder()   A

Complexity

Conditions 3
Paths 4

Size

Total Lines 13
Code Lines 6

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 12

Importance

Changes 1
Bugs 0 Features 1
Metric Value
eloc 6
c 1
b 0
f 1
dl 0
loc 13
ccs 0
cts 7
cp 0
rs 10
cc 3
nc 4
nop 1
crap 12
1
<?php
2
3
namespace ByTIC\Notifier\Notifications;
4
5
/**
6
 * Class Notification
7
 * @package ByTIC\Notifier\Notifications
8
 */
9
class Notification extends \ByTIC\Notifications\Notification
10
{
11
}
12