blib/lib/DiaColloDB/methods/export.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 37 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 0 | 0 | 0 | $coldb->{'tenum'} and not $coldb->{'tenum'}->loaded |
51 | 0 | 0 | 0 | $_->{'enum'} and not $_->{'enum'}->loaded |
129 | 0 | 0 | 0 | $coldb->{'cof'} and $export_cof |
142 | 0 | 0 | 0 | $coldb->{'tdf'} and $coldb->{'index_tdf'} |
0 | 0 | 0 | $coldb->{'tdf'} and $coldb->{'index_tdf'} and $export_tdf |
line | l | !l | condition |
---|---|---|---|
62 | 0 | 0 | $_[0] // 0 |
0 | 0 | $$i2s[$_[0] // 0] // '' | |
70 | 0 | 0 | $t[$_] // 0 |
0 | 0 | $ai2s[$_][$t[$_] // 0] // '' | |
73 | 0 | 0 | $_[0] // 0 |
0 | 0 | $$ti2s[$_[0] // 0] // '' | |
74 | 0 | 0 | $t[$_] // 0 |
0 | 0 | $ai2s[$_][$t[$_] // 0] // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | $outdir //= "$coldb->{'dbdir'}/export" |
38 | 0 | 0 | 0 | -d $outdir or make_path($outdir) |