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

VideoInfoService::getFFProbeProcess()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 20
Code Lines 14

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 12
CRAP Score 1

Importance

Changes 0
Metric Value
eloc 14
dl 0
loc 20
ccs 12
cts 12
cp 1
rs 9.7998
c 0
b 0
f 0
cc 1
nc 1
nop 1
crap 1
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