| blib/lib/Business/CAMT.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 0 | 0 | 0 | !$_->is_dir && $_->basename =~ /\.xsd$/ |
| line | l | !l | condition |
|---|---|---|---|
| 68 | 0 | 0 | delete $args->{'match_schema'} || 'NEWER' |
| 69 | 0 | 0 | delete $args->{'big_numbers'} || 0 |
| 70 | 0 | 0 | delete $args->{'long_tagnames'} || 0 |
| 184 | 0 | 0 | $self->{'BC_r'} ||= {} |
| 199 | 0 | 0 | $self->{'BC_w'} ||= {} |
| 248 | 0 | 0 | $self->{'BC_toAbbr'} ||= {reverse(%{$self->tag2fullnameTable;})} |
| 255 | 0 | 0 | $self->{'BC_toLong'} ||= {map(split(/,/, $_, 2), grep((!/,$/), $tagdir->file("index.csv")->slurp("chomp", 1)))} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | $src->isa('IO::Handle') || $src->isa('GLOB') |
| 228 | 0 | 0 | 0 | $args{'rule'} ||= $self->{'BC_rule'} |