Branch Coverage

lib/CSS/Watcher/ParserLess.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
32 0 0 if (not $?) { }
0 0 elsif ($! == 2) { }
42 0 0 if ($out ne '')
50 0 0 /^\s*?\@import\s+"(.*?)"/ ? :
0 0 /^\s*?\@import\s+"(.*?.css)"/ ? :
0 0 /^\s*?\@import\s+"(.*?.less)"/ ? :
55 0 0 if @requiries
61 0 0 unless File::Which::which('lessc')