Branch Coverage

lib/MooseX/DIC/Configuration/Scanner/Injectable.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
18 14 41 if is_injectable($file_name)
32 10 45 unless -f $file_name
35 4 41 if index($file_name, '.pm') == -1
39 27 14 unless $file_content and index($file_content, 'MooseX::DIC::Injectable') != -1
52 14 0 if ($file_content)