Coverage Summary for Class: VideoStream (com.codandotv.streamplayerapp.feature_detail.domain)

Class Class, % Method, % Branch, % Line, % Instruction, %
VideoStream 100% (1/1) 100% (1/1) 100% (3/3) 100% (12/12)


 package com.codandotv.streamplayerapp.feature_detail.domain
 
 data class VideoStream(
     val movieId: Long,
     val videoId: String,
 )