Passed
Push — dev ( ed36f9...ede60a )
by Konstantinos
05:48 queued 58s
created

music_album_creation.audio_segmentation   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 4
dl 0
loc 5
rs 10
c 0
b 0
f 0
ccs 3
cts 3
cp 1
1 1
from .album_segmentation import AudioSegmenter
2 1
from .data import SegmentationInformation, Timestamp, TracksInformation
3
4
__all__ = ['AudioSegmenter', 'TracksInformation', 'Timestamp', 'SegmentationInformation']
5