Branch Coverage

blib/lib/Tie/File/Indexed/JSON.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
42 0 1 if UNIVERSAL::isa($_[0]{'json'}, 'JSON')
62 0 1 unless $tfi->SUPER::open(@_)
75 1 6 unless defined $_[1]
82 2 5 if $_[1] == 0 or not defined(my $buf = $_[0]->SUPER::readData($_[1]))