Branch Coverage

blib/lib/App/Greple/charcode.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
425 0 0 ref $App::Greple::charcode::config->{$_} ? :
436 0 0 @_ ? :
442 0 0 if (my $info = Unicode::UCD::charinfo(ord $char)) { }
450 0 0 @_ ? :
458 0 0 @_ ? :
464 0 0 @_ ? :
489 0 0 @_ ? :
490 0 0 if (s/\A([\t\n\r\f\b\a\e])/$cmap{$1};/eu) { }
0 0 elsif (s/\A([\x00-\x1f])/sprintf '\\c%c', ord($1) + 64;/eu) { }
502 0 0 @_ ? :
507 0 0 @_ ? :
514 0 0 if $App::Greple::charcode::config->{'column'}
515 0 0 if $App::Greple::charcode::config->{'visible'}
516 0 0 if $App::Greple::charcode::config->{'char'}
517 0 0 if $App::Greple::charcode::config->{'width'}
518 0 0 if $App::Greple::charcode::config->{'utf8'}
519 0 0 if $App::Greple::charcode::config->{'utf16'}
520 0 0 if $App::Greple::charcode::config->{'nfd'}
521 0 0 if $App::Greple::charcode::config->{'nfc'}
522 0 0 if $App::Greple::charcode::config->{'nfkd'}
523 0 0 if $App::Greple::charcode::config->{'nfkc'}
524 0 0 if $App::Greple::charcode::config->{'code'}
525 0 0 if $App::Greple::charcode::config->{'name'}