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

VideoThumbService::getSymfonyProcess()   A

Complexity

Conditions 3
Paths 4

Size

Total Lines 27
Code Lines 14

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 15
CRAP Score 3

Importance

Changes 0
Metric Value
eloc 14
dl 0
loc 27
ccs 15
cts 15
cp 1
rs 9.7998
c 0
b 0
f 0
cc 3
nc 4
nop 4
crap 3
1
<?php
2
3
declare(strict_types=1);
4
5
namespace Soluble\MediaTools;
6
7
use Soluble\MediaTools\Video\ThumbService;
8
9
class VideoThumbService extends ThumbService
10
{
11
}
12