Branch Coverage

blib/lib/Mediainfo.pm
Criterion Covered Total %
branch 0 110 0.0


line true false branch
36 0 0 if (-s $executable)
53 0 0 if $mediainfo
55 0 0 unless $genernal_info
68 0 0 if $container
90 0 0 if ($video_info)
98 0 0 if $video_codec
99 0 0 if $video_format
100 0 0 if $video_codec_profile
101 0 0 if $video_format_profile
105 0 0 unless $width
107 0 0 unless $height
109 0 0 unless $fps
114 0 0 if $fps and $video_length and !$frame_count || $frame_count <= 0
118 0 0 if !$fps || $fps <= 0 and $video_length and $frame_count
120 0 0 if $fps and !$video_length || $video_length <= 0 and $frame_count
124 0 0 if not $video_length and $length and $video_info
127 0 0 unless $rotation
140 0 0 if ($audio_info)
144 0 0 if $audio_codec
145 0 0 if $audio_format
149 0 0 if !$audio_length || $audio_length <= 0 and $video_length and $audio_info
162 0 0 if $audio_channel_layout
163 0 0 if ($audio_channel_original)
165 0 0 if ($audio_channel_original == scalar @layout and $audio_channel_original != $audio_channel)
175 0 0 if $file
176 0 0 if $filesize
177 0 0 if $container
178 0 0 if $length
179 0 0 if $bitrate
180 0 0 if $title
181 0 0 if $album
182 0 0 if $track_name
183 0 0 if $performer
184 0 0 if $video_codec
185 0 0 if $video_format
186 0 0 if $video_codec_profile
188 0 0 if $video_format_profile
190 0 0 if $video_length
191 0 0 if $video_bitrate
192 0 0 if $width
193 0 0 if $height
194 0 0 if $fps
195 0 0 if $fps_mode
196 0 0 if $dar
197 0 0 if $frame_count
198 0 0 if $rotation
199 0 0 if $audio_codec
200 0 0 if $audio_format
201 0 0 if $audio_length
202 0 0 if $audio_bitrate
203 0 0 if $audio_rate
204 0 0 if $audio_language
205 0 0 if $audio_channel
206 0 0 $video_info ? :
207 0 0 $audio_info ? :