Completed
Push — master ( cd9b92...5d1a48 )
by Tristan
02:54
created

FailureReport::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 5
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
eloc 3
c 1
b 0
f 0
nc 1
nop 2
dl 0
loc 5
rs 9.4285
1
<?php
2
3
namespace Enzyme\Axiom\Reports;
4
5
class FailureReport extends GenericReport
6
{
7
    //
8
}
9