Condition Coverage

blib/lib/Audio/Nama/AnalyseLV2.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 0 $line =~ /^(\t| )+Name\:(\t| )+(.*+)/ and $currentport == -1
41 0 0 0 $line =~ /^(\t| )+Class\:(\t| )+(.*+)/ and not $line =~ m[(\://)]
49 0 0 0 $line =~ m[^(\t| )+file\://.*\.ttl$] and $currentport == -1
84 0 0 0 $line =~ /(\t| )+Name\:(\t| )+(.+$)/ and $currentport != -1
107 0 0 0 $currentport != -1 and $line =~ /Scale Points\:/
110 0 0 0 $line =~ /(\t+| +)+(-?\d+\.?\d*) = \"(.*)\"$/ and exists $plugin{$currentport}{'scalepoints'}
165 0 0 0 exists $plugin{$currentport}{'defval'} and $plugin{$currentport}{'defval'} ne 'nan'
168 0 0 0 exists $plugin{$currentport}{'props'} and filterprops($plugin{$currentport}{'props'}) ne ''
285 0 0 0 $curline =~ /ue\:unit +ue\:([a-zA-Z0-9_]+) *;$/ and $currentport != -1