| blib/lib/Business/CAMT.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 0 | 0 | 0 | !$_->is_dir && $_->basename =~ /\.xsd$/ |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 0 | 0 | delete $args->{'match_schema'} || 'NEWER' |
| 65 | 0 | 0 | delete $args->{'big_numbers'} || 0 |
| 66 | 0 | 0 | delete $args->{'long_tagnames'} || 0 |
| 180 | 0 | 0 | $self->{'BC_r'} ||= {} |
| 195 | 0 | 0 | $self->{'BC_w'} ||= {} |
| 244 | 0 | 0 | $self->{'BC_toAbbr'} ||= {reverse(%{$self->tag2fullnameTable;})} |
| 251 | 0 | 0 | $self->{'BC_toLong'} ||= {map(split(/,/, $_, 2), grep((!/,$/), $tagdir->file("index.csv")->slurp("chomp", 1)))} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 81 | 0 | 0 | 0 | $src->isa('IO::Handle') || $src->isa('GLOB') |
| 224 | 0 | 0 | 0 | $args{'rule'} ||= $self->{'BC_rule'} |