TrueMatch        2082 Magick++/lib/Magick++/STL.h                (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
TrueMatch        2088 Magick++/lib/Magick++/STL.h                (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
TrueMatch        2094 Magick++/lib/Magick++/STL.h                (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
TrueMatch          29 Magick++/tests/coderInfo.cpp            (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
TrueMatch          43 Magick++/tests/coderInfo.cpp            (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
TrueMatch          57 Magick++/tests/coderInfo.cpp            (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
TrueMatch         107 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch);
TrueMatch         110 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch);
TrueMatch         113 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch);