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

AfterScheduleEvent::getRun()   A

Complexity

Conditions 4
Paths 4

Size

Total Lines 15
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 7
CRAP Score 4.0312

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 7
c 1
b 0
f 0
dl 0
loc 15
ccs 7
cts 8
cp 0.875
rs 10
cc 4
nc 4
nop 0
crap 4.0312
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