Branch Coverage

blib/lib/Data/Flow.pm
Criterion Covered Total %
branch 24 32 75.0


line true false branch
21 0 2 unless @_ == 2
31 0 3 if @_ % 2
67 19 20 if exists $$data{$request}
70 9 11 if exists $$recipe{'prerequisites'}
73 2 18 if (exists $$recipe{'default'}) { }
2 16 elsif (exists $$recipe{'process'}) { }
1 15 elsif (exists $$recipe{'oo_process'}) { }
6 9 elsif (exists $$recipe{'output'}) { }
0 9 elsif (exists $$recipe{'oo_output'}) { }
2 7 elsif (exists $$recipe{'filter'}) { }
1 6 elsif (exists $$recipe{'self_filter'}) { }
2 4 elsif (exists $$recipe{'method_filter'}) { }
4 0 elsif (exists $$recipe{'class_filter'}) { }
78 0 2 unless exists $$data{$request}
82 0 1 unless exists $$data{$request}
115 0 0 unless exists $$data{$request}