Branch Coverage

File:config/auto/arch.pm
Coverage:100.0%

line%coveragebranch
39100TFif $verbose
47100TFif ($verbose)
52100TFif (not defined $osname)
61100TFif ($cpuarch =~ /darwin/) { }
100TFelsif ($cpuarch =~ /MSWin32/) { }
100TFelsif ($osname =~ /cygwin/i or $cpuarch =~ /cygwin/i) { }
100TFelsif ($cpuarch eq 'i86pc' and $osname eq 'solaris') { }
63100TFif ($conf->data->get('byteorder') =~ /^1234/) { }
73100TF$osname =~ /x64/ ? :
87100TFif ($archname =~ /powerpc/)
111100TFif $platform =~ /^msys/
112100TFif $platform =~ /^mingw/
115100TFif ((split(/-/, $conf->data->get('archname'), 2))[0] eq 'ia64')
119100TFunless -d "config/gen/platform/$platform"
127100TFif ($verbose)