From 0380d773faba8f0b2565bedf11c6a70bd76eddca Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 3 Apr 2016 23:49:29 +0200 Subject: [PATCH 1/1] browser: define known 0% score markers Same results (undefined is also counted as 0) but allows spotting undeclared classes by checking for existence. --- browser.plp | 1 + 1 file changed, 1 insertion(+) diff --git a/browser.plp b/browser.plp index eb7e0d0..f8b20a9 100644 --- a/browser.plp +++ b/browser.plp @@ -69,6 +69,7 @@ my %PSTATS = ( # score percentage a => .5, 'a x' => .5, 'a d' => .1, j => .2, 'p j' => .2, 'n d' => .2, 'n x d' => .2, p => .2, 'p p' => .2, 'p d' => .1, + n => 0, u => 0, ); my %CSTATUS = ( unoff => 'l1', # unofficial -- 2.30.0