Branch Coverage

File:/tmp/automake/lib/Automake/Options.pm
Coverage:95.0%

line%coveragebranch
141100TFif (defined $_default_strictness) { }
171100TFunless defined $_options{$name}
178100TFunless defined $_global_options{$name}
249100TFif ($_ eq 'gnits' or $_ eq 'gnu' or $_ eq 'foreign') { }
100TFelsif (m[^(.*/)?ansi2knr$]) { }
100TFelsif ($_ eq 'no-installman' or $_ eq 'no-installinfo' or $_ eq 'dist-shar' or $_ eq 'dist-zip' or $_ eq 'dist-tarZ' or $_ eq 'dist-bzip2' or $_ eq 'dist-lzip' or $_ eq 'dist-lzma' or $_ eq 'dist-xz' or $_ eq 'no-dist-gzip' or $_ eq 'no-dist' or $_ eq 'dejagnu' or $_ eq 'no-texinfo.tex' or $_ eq 'readme-alpha' or $_ eq 'check-news' or $_ eq 'subdir-objects' or $_ eq 'nostdinc' or $_ eq 'no-exeext' or $_ eq 'no-define' or $_ eq 'std-options' or $_ eq 'color-tests' or $_ eq 'parallel-tests' or $_ eq 'cygnus' or $_ eq 'no-dependencies') { }
100TFelsif ($_ =~ /^filename-length-max=(\d+)$/) { }
100TFelsif ($_ eq 'silent-rules') { }
100TFelsif ($_ eq 'tar-v7' or $_ eq 'tar-ustar' or $_ eq 'tar-pax') { }
100TFelsif (/^\d+\.\d+(?:\.\d+)?[a-z]?(?:-[A-Za-z0-9]+)?$/) { }
100TFelsif (/^(?:--warnings=|-W)(.*)$/) { }
282100TFif not $where->get =~ /^configure\./
289100TFif not $where->get =~ /^configure\./
295100TFif $opt eq $_
296100TFif (exists $$options{$opt})
307100TFif (&Automake::Version::check($VERSION, $&))
31850TFif switch_warning $cat, $where
358100TFif ($strictness_name eq 'gnu') { }
100TFelsif ($strictness_name eq 'gnits') { }
50TFelsif ($strictness_name eq 'foreign') { }