Passed
Push — master ( 9213a8...e174b6 )
by Kevin
02:14
created

AfterScheduleEvent::getFailures()   A

Complexity

Conditions 4
Paths 4

Size

Total Lines 15
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 8
CRAP Score 4

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 7
c 1
b 0
f 0
dl 0
loc 15
ccs 8
cts 8
cp 1
rs 10
cc 4
nc 4
nop 0
crap 4
1
<?php
2
3
namespace Zenstruck\ScheduleBundle\Event;
4
5
/**
6
 * @author Kevin Bond <[email protected]>
7
 */
8
final class AfterScheduleEvent extends ScheduleEvent
9
{
10
}
11