|
|
@ -179,15 +179,10 @@ sub action |
|
|
|
$toosmall = 1; |
|
|
|
$toosmall = 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Get result |
|
|
|
my $sizeConsistency = "<strong>ANOMALOUS</strong>"; |
|
|
|
my $sizeConsistency = "<strong>ANOMALOUS</strong>"; |
|
|
|
my $sizeConsistencyColor = "Tomato"; |
|
|
|
my $sizeConsistencyColor = "Tomato"; |
|
|
|
|
|
|
|
if ( not $toobig and not $toosmall ) { |
|
|
|
# Get result |
|
|
|
|
|
|
|
if ( $toobig or $toosmall ) { |
|
|
|
|
|
|
|
$sizeConsistency = "<strong>ANOMALOUS</strong>"; |
|
|
|
|
|
|
|
$sizeConsistencyColor = "Tomato"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
else { |
|
|
|
|
|
|
|
$sizeConsistency = "Normal"; |
|
|
|
$sizeConsistency = "Normal"; |
|
|
|
$sizeConsistencyColor = "MediumSeaGreen"; |
|
|
|
$sizeConsistencyColor = "MediumSeaGreen"; |
|
|
|
} |
|
|
|
} |
|
|
|