| blib/lib/Text/InHTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 14 | 35.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 20 | 0 | 0 | if exists $seen{$func} | 
| 21 | 0 | 0 | if $func =~ /^encode_\w+$/ | 
| 28 | 5 | 0 | unless defined $tabs and $tabs =~ /^\d+$/ | 
| 51 | 4 | 0 | if not defined $syntax or ref $syntax ne 'HASH' | 
| 54 | 1 | 3 | unless $format | 
| 57 | 0 | 3 | if (eval { do { require Syntax::Highlight::Universal } }) | 
| 59 | 0 | 0 | if ref $$syntax{'callbacks'} eq 'CODE' |