Class SourceFile
Data represents "source_files" element of Coveralls' "json_file".
- Contrib\Bundle\CoverallsV1Bundle\Entity\Coveralls implements Contrib\Bundle\CoverallsBundle\Entity\ArrayConvertable
- Contrib\Bundle\CoverallsV1Bundle\Entity\SourceFile
Namespace: Contrib\Bundle\CoverallsV1Bundle\Entity
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Entity/SourceFile.php
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Entity/SourceFile.php
public
|
|
public
array
|
|
public
|
|
public
float
|
|
public
string
|
|
public
string
|
|
public
array
|
|
public
string
|
|
public
integer
|
|
public
|
__toString()
|
protected
string
|
$name |
|
#
Source filename. |
protected
string
|
$source |
|
#
Source content. |
protected
array
|
$coverage |
|
#
Coverage data of the source file. |
protected
string
|
$path |
|
#
Absolute path. |
protected
integer
|
$fileLines |
|
#
Line number of the source file. |
protected
|
$metrics |
|
#
Metrics. |