Condition Coverage

blib/lib/Music/Tag/M4A.pm
Criterion Covered Total %
condition 11 28 39.2


and 3 conditions

line !l l&&!r l&&r condition
86 0 0 2 ref $picture and @{$picture;}
0 0 2 ref $picture and @{$picture;} and $$picture[0]
156 1 6 1 $self->info->has_data($mtm) and $self->qt->$qtm eq $self->info->get_data($mtm)
163 0 0 1 $self->info->has_data('tempo') and $$ginfo{'TMPO'} eq $self->info->get_data('tempo')
169 0 0 1 $self->info->has_data('encoder') and $$ginfo{'TOO'} eq $self->info->get_data('encoder')
175 0 0 1 $self->info->has_data('composer') and $$ginfo{'WRT'} eq $self->info->get_data('composer')
181 1 0 0 $self->info->has_data('lyrics') and $$ginfo{'LYRICS'} eq $self->info->get_data('lyrics')

or 2 conditions

line l !l condition
73 2 0 $$ginfo{'TOO'} || 'iTMS'
109 0 0 $$tinfo{'TOO'} || 'iTMS'

or 3 conditions

line l !l&&r !l&&!r condition
63 2 0 0 $$tinfo{'year'} || $$ginfo{'DAY'}