Passed
Push — master ( bf86e6...5ea322 )
by Sébastien
07:21
created

VideoInfoService::getInfo()   A

Complexity

Conditions 4
Paths 13

Size

Total Lines 17
Code Lines 12

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 8
CRAP Score 4.5923

Importance

Changes 0
Metric Value
eloc 12
dl 0
loc 17
ccs 8
cts 12
cp 0.6667
rs 9.8666
c 0
b 0
f 0
cc 4
nc 13
nop 1
crap 4.5923
1
<?php
2
3
declare(strict_types=1);
4
5
namespace Soluble\MediaTools;
6
7
use Soluble\MediaTools\Video\InfoService;
8
9
class VideoInfoService extends InfoService
10
{
11
}
12