Branch Coverage

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


line true false branch
18 12 36 if is_injectable($file_name)
32 9 39 unless -f $file_name
35 4 35 if index($file_name, '.pm') == -1
39 23 12 unless $file_content and index($file_content, 'MooseX::DIC::Injectable') != -1
52 12 0 if ($file_content)