Condition Coverage

blib/lib/Ekoi8r.pm
Criterion Covered Total %
condition 99 373 26.5


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 not ref $name and &Ekoi8r::index($name, '::') == -1
0 0 0 not ref $name and &Ekoi8r::index($name, '::') == -1 and &Ekoi8r::index($name, q[']) == -1
599 0 0 0 --$limit > 0 and $string =~ s/\A((?:$Ekoi8r::q_char)+?)$pattern//m
628 0 0 0 --$limit > 0 and length $string > 0
641 0 0 0 --$limit > 0 and length $string > 0
660 0 0 0 scalar @split >= 1 and $split[-1] eq ''
743 0 0 0 defined $replacementlist[$i] and $replacementlist[$i] ne ''
0 0 0 defined $replacementlist[-1] and $replacementlist[-1] ne ''
768 0 0 0 @char and not exists $tr{$char[0]}
785 0 0 0 @char and exists $tr{$char[0]}
0 0 0 @char and exists $tr{$char[0]} and $tr{$char[0]} eq $tr{$char}
867 0 0 0 $pos < length $str and $pos <= $position
887 0 0 0 @_ and wantarray
912 0 0 0 @_ and wantarray
938 0 0 0 @_ and wantarray
963 174 0 0 @_ and wantarray
989 197 0 0 @_ and wantarray
1374 0 0 0 0 < $i and $i < $#char
1542 0 0 182 $min le $first and $first le $max
0 182 0 $min le $first and $first le $max and $max le $last
182 0 0 $min eq $first and $max eq $last
182 0 0 $first le $min and $max le $last
0 0 182 $min le $first and $last le $max
0 0 0 $first le $min and $min le $last
0 0 0 $first le $min and $min le $last and $last le $max
1619 810 54 8 $ignorecase and $char[$i] =~ /\A ( \[\: \^? (?:lower|upper) :\] ) \z/mosx
1620 19 5 182 0 < $i and $i < $#char
1762 178 583 182 defined $char[$i + 1] and $char[$i + 1] eq '...'
1785 0 0 182 $length == length $char[$i - 1] and $length == length $char[$i + 1]
0 0 0 length $char[$i - 1] < $length and $length < length $char[$i + 1]
2432 0 0 0 $head ne '' and ($head =~ / \G ($Ekoi8r::q_char) /gmosx)[-1] ne $pathsep
2455 0 0 0 $head ne '' and ($head =~ / \G ($Ekoi8r::q_char) /gmosx)[-1] ne $pathsep
2494 0 0 0 $cond eq 'd' and not -d "$head$leaf"
2506 0 0 0 &Ekoi8r::index($leaf, '.') == -1 and length $leaf <= 8
0 0 0 &Ekoi8r::index($leaf, '.') == -1 and length $leaf <= 8 and &Ekoi8r::index($pattern, '\\.') != -1
2576 0 0 0 exists $ENV{'HOME'} and $ENV{'HOME'}
0 0 0 exists $ENV{'USERPROFILE'} and $ENV{'USERPROFILE'}
0 0 0 exists $ENV{'HOMEDRIVE'} and exists $ENV{'HOMEPATH'}
0 0 0 exists $ENV{'HOMEDRIVE'} and exists $ENV{'HOMEPATH'} and $ENV{'HOMEDRIVE'}
0 0 0 exists $ENV{'HOMEDRIVE'} and exists $ENV{'HOMEPATH'} and $ENV{'HOMEDRIVE'} and $ENV{'HOMEPATH'}
2599 0 0 0 exists $ENV{'HOME'} and defined $ENV{'HOME'}
0 0 0 exists $ENV{'LOGDIR'} and $ENV{'LOGDIR'}
2618 0 0 0 defined $home and not -d $home
2709 0 0 0 @_ and not wantarray
3060 20628 7661 452 $Ekoi8r::slash eq 'm//' and m[\G (/) ]cgox
20628 7661 0 $Ekoi8r::slash eq 'm//' and /\G (\?) /cgox
4015 0 2 0 $2 == 5 and $3 ge '012'
4023 0 0 0 $2 == 5 and $3 >= 12
4358 1701 0 17 grep /\A \{ \z/msx, @char and grep /\A \} \z/msx, @char
5067 111623 0 0 $char[$i] eq '\\L' and $char[$i + 1] eq '\\u'
111623 0 0 $char[$i] eq '\\U' and $char[$i + 1] eq '\\l'
5312 2856 0 0 $char[$i] eq '\\L' and $char[$i + 1] eq '\\u'
2856 0 0 $char[$i] eq '\\U' and $char[$i + 1] eq '\\l'
5519 0 2 0 $ope =~ /\A m? \z/mosx and $delimiter eq '?'
5590 1866 1 0 $char[$i] eq '\\L' and $char[$i + 1] eq '\\u'
1866 1 0 $char[$i] eq '\\U' and $char[$i + 1] eq '\\l'
5623 1261 31 28 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx
1292 8 20 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ekoi8r::uc($char[$i]) ne &fc($char[$i])
295 781 138 $i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx
5628 6 0 0 $i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3
6 0 0 $i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3 and eval(sprintf '"%s%s%s%s"', @char[$i .. $i + 3]) =~ /\A $Ekoi8r::q_char \z/mosx
6 0 0 $i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2
6 0 0 $i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2 and eval(sprintf '"%s%s%s"', @char[$i .. $i + 2]) =~ /\A $Ekoi8r::q_char \z/mosx
4 2 0 $i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1
6 0 0 $i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1 and eval(sprintf '"%s%s"', @char[$i .. $i + 1]) =~ /\A $Ekoi8r::q_char \z/mosx
5880 0 127 0 $ope =~ /\A m? \z/mosx and $delimiter eq '?'
5900 0 0 0 $ope =~ /\A m? \z/mosx and $delimiter eq '?'
5907 0 641 0 $ope =~ /\A m? \z/mosx and $delimiter eq '?'
5999 2 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx
2 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ekoi8r::uc($char[$i]) ne &fc($char[$i])
2 0 0 $i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx
6248 195 0 0 $char[$i] eq '\\L' and $char[$i + 1] eq '\\u'
195 0 0 $char[$i] eq '\\U' and $char[$i + 1] eq '\\l'
6281 172 0 3 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx
172 0 3 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ekoi8r::uc($char[$i]) ne &fc($char[$i])
60 84 13 $i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx
6286 0 0 0 $i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3
0 0 0 $i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3 and eval(sprintf '"%s%s%s%s"', @char[$i .. $i + 3]) =~ /\A $Ekoi8r::q_char \z/mosx
0 0 0 $i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2
0 0 0 $i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2 and eval(sprintf '"%s%s%s"', @char[$i .. $i + 2]) =~ /\A $Ekoi8r::q_char \z/mosx
0 0 0 $i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1
0 0 0 $i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1 and eval(sprintf '"%s%s"', @char[$i .. $i + 1]) =~ /\A $Ekoi8r::q_char \z/mosx
6636 19 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx
19 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ekoi8r::uc($char[$i]) ne &fc($char[$i])
13 6 0 $i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx
7019 249 0 0 $char[$i] eq '\\L' and $char[$i + 1] eq '\\u'
249 0 0 $char[$i] eq '\\U' and $char[$i + 1] eq '\\l'
7052 236 2 7 $char[$i] eq '^' and not $modifier =~ /m/mosx
238 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx
238 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ekoi8r::uc($char[$i]) ne &fc($char[$i])
33 168 1 $i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx
7057 0 0 0 $i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3
0 0 0 $i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3 and eval(sprintf '"%s%s%s%s"', @char[$i .. $i + 3]) =~ /\A $Ekoi8r::q_char \z/mosx
0 0 0 $i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2
0 0 0 $i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2 and eval(sprintf '"%s%s%s"', @char[$i .. $i + 2]) =~ /\A $Ekoi8r::q_char \z/mosx
0 0 0 $i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1
0 0 0 $i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1 and eval(sprintf '"%s%s"', @char[$i .. $i + 1]) =~ /\A $Ekoi8r::q_char \z/mosx
7373 0 0 0 $char[$i] eq '^' and not $modifier =~ /m/mosx
0 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx
0 0 0 $ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ekoi8r::uc($char[$i]) ne &fc($char[$i])
0 0 0 $i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx

or 2 conditions

line l !l condition
728 0 0 $_[4] || ''
838 0 0 $position ||= 0
1235 101 1761 {'\\D', '${Ekoi8r::eD}', '\\S', '${Ekoi8r::eS}', '\\W', '${Ekoi8r::eW}', '\\d', '[0-9]', '\\s', '\\s', '\\w', '[0-9A-Z_a-z]', '\\C', '[\\x00-\\xFF]', '\\X', 'X', '\\H', '${Ekoi8r::eH}', '\\V', '${Ekoi8r::eV}', '\\h', '[\\x09\\x20]', '\\v', '[\\x0A\\x0B\\x0C\\x0D]', '\\R', '${Ekoi8r::eR}', '\\N', '${Ekoi8r::eN}', '\\b', '${Ekoi8r::eb}', '\\B', '${Ekoi8r::eB}'}->{$char} || ''
4954 3 0 $modifier ||= ''
5462 138 513 $modifier ||= ''
5943 0 10 $modifier ||= ''
6117 28 48 $modifier ||= ''
6580 3 18 $modifier ||= ''
6781 42 55 $modifier ||= ''
6965 7 67 $modifier ||= ''
7337 0 0 $modifier ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
86 0 0 0 $name =~ /^(([^a-z])|(\^[a-z_]+))\z/i or $global{$name}
580 0 0 0 not defined $limit or $limit <= 0
659 0 0 0 not defined $_[2] or $_[2] == 0
863 0 0 0 $position ||= length($str) - 1
1385 0 0 0 length $char[$i - 1] > length $char[$i + 1] or $char[$i - 1] gt $char[$i + 1]
1958 10 36 46 s/ \A \\x(..) - \\x(..) //mosx or s/ \A \\x((..)) //mosx
2036 10 0 10 s/ \A \\x(..) - \\x(..) //mosx or s/ \A \\x((..)) //mosx
2119 400 0 0 eval q[open($_[0],'<',$_[1])] || open($_[0], "< $file\000")
2129 0 0 0 eval q[open($_[0],'>',$_[1])] || open($_[0], "> $file\000")
2139 0 0 0 eval q[open($_[0],'>>',$_[1])] || open($_[0], ">> $file\000")
2336 0 0 0 eval '(getpwnam($1))[7]' || my_home()
2421 0 0 0 $head eq '' or $head =~ /\A [A-Za-z]: \z/mosx
2491 0 0 0 $leaf eq '.' or $leaf eq '..'
2752 0 0 0 $offset > scalar @char or $offset < -1 * scalar(@char)
4015 0 0 2 $2 >= 6 or $2 == 5 and $3 ge '012'
4023 0 0 0 $2 >= 6 or $2 == 5 and $3 >= 12