Condition Coverage

blib/lib/MP3/Icecast/Simple.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
133 0 0 0 ref $handle and $handle->can('print')

or 2 conditions

line l !l condition
80 0 0 shift() || 0
100 0 0 $self->stream($_, $connection) or last
126 0 0 -s $file || 0
127 0 0 $info->bitrate || 1
128 0 0 $self->description($file) || 'unknown'
129 0 0 $self->_open_file($file) || die("couldn't open file ${file}: $!")
139 0 0 read($fh, $data, $bitrate * 128) || (last)