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

VideoConversionService::convert()   B

Complexity

Conditions 7
Paths 19

Size

Total Lines 18
Code Lines 16

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 11
CRAP Score 8.4953

Importance

Changes 0
Metric Value
eloc 16
dl 0
loc 18
ccs 11
cts 16
cp 0.6875
rs 8.8333
c 0
b 0
f 0
cc 7
nc 19
nop 4
crap 8.4953
1
<?php
2
3
declare(strict_types=1);
4
5
namespace Soluble\MediaTools;
6
7
use Soluble\MediaTools\Video\ConversionService;
8
9
class VideoConversionService extends ConversionService
10
{
11
}
12