Branch Coverage

blib/lib/Metabrik/Binjitsu/Checksec.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
31 0 0 unless $self->brik_help_run_undef_arg("file", $file)
32 0 0 unless my $ref = $self->brik_help_run_invalid_arg("file", $file, "ARRAY", "SCALAR")
35 0 0 if ($ref eq 'ARRAY') { }
38 0 0 unless my $r = $self->file($this)
45 0 0 unless my $buf = $self->capture($cmd)
48 0 0 if ($line =~ /^\s+(\S+):\s+(.*)\s*$/)