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

VideoThumbService::makeThumbnail()   B

Complexity

Conditions 7
Paths 19

Size

Total Lines 19
Code Lines 16

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 6
CRAP Score 18.9628

Importance

Changes 0
Metric Value
eloc 16
dl 0
loc 19
ccs 6
cts 16
cp 0.375
rs 8.8333
c 0
b 0
f 0
cc 7
nc 19
nop 5
crap 18.9628
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